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


In This Topic
    Title Property (TagCloudItem)
    In This Topic
    Gets or sets the title (tooltip) of the HTML anchor.
    Syntax
    'Declaration
     
    
    Public Property Title As String
    'Usage
     
    
    Dim instance As TagCloudItem
    Dim value As String
     
    instance.Title = value
     
    value = instance.Title
    public string Title {get; set;}

    Property Value

    String containing the title (tooltip) for the item in the tag cloud
    Example
    This example shows the use of the tag cloud items.
    See Also