Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / TagCloudItem Class / Weight Property
Example


In This Topic
    Weight Property
    In This Topic
    Gets or sets the weight of the item.
    Syntax
    'Declaration
     
    
    Public Property Weight As Double
    'Usage
     
    
    Dim instance As TagCloudItem
    Dim value As Double
     
    instance.Weight = value
     
    value = instance.Weight
    public double Weight {get; set;}

    Property Value

    Double-precision floating-point number representing the weight of the item in the tag cloud
    Example
    This example shows the use of the tag cloud items.
    See Also