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


In This Topic
    Text Property (TagCloudItem)
    In This Topic
    Gets or sets the text for individual hyperlinks.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As TagCloudItem
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}

    Property Value

    String containing the text for the item in the tag cloud
    Example
    This example shows the use of the tag cloud items.
    See Also