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


In This Topic
    Weights Property
    In This Topic
    Gets a string array of weights for the tag cloud.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Weights As String()
    'Usage
     
    
    Dim instance As TagCloudCellType
    Dim value() As String
     
    value = instance.Weights
    public virtual string[] Weights {get;}

    Property Value

    String array containing the weights
    See Also