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


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

    Parameters

    text
    Text of the item
    weight
    Weight of the item
    href
    Address of the HTML anchor
    title
    String of the title of the HTML anchor
    See Also