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


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

    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
    itemData
    Data of the item
    displayText
    String of the text to display
    See Also