Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TagCloudCellType Class / RankingFonts Property
Example


In This Topic
    RankingFonts Property (TagCloudCellType)
    In This Topic
    Gets or sets the font names for each ranking level.
    Syntax
    'Declaration
     
    
    Public Property RankingFonts As String()
    'Usage
     
    
    Dim instance As TagCloudCellType
    Dim value() As String
     
    instance.RankingFonts = value
     
    value = instance.RankingFonts
    public string[] RankingFonts {get; set;}

    Property Value

    String array that contains the font names for the levels
    Example
    This example shows the properties of the tag cloud cell type.
    See Also