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


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

    Property Value

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