Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / TagCloudItem Class / TagCloudItem Constructor / TagCloudItem Constructor(String,Double)
Text of the item
Weight of the item


In This Topic
    TagCloudItem Constructor(String,Double)
    In This Topic
    Creates a new item in the tag cloud with specified text and weight.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As String, _
       ByVal weight As Double _
    )
    'Usage
     
    
    Dim text As String
    Dim weight As Double
     
    Dim instance As New TagCloudItem(text, weight)
    public TagCloudItem( 
       string text,
       double weight
    )

    Parameters

    text
    Text of the item
    weight
    Weight of the item
    See Also