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


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

    Property Value

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