Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TagCloudCellType Class / TagCloudItems Property


In This Topic
    TagCloudItems Property (TagCloudCellType)
    In This Topic
    Gets the cloud items for the tag cloud.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TagCloudItems As Collection(Of TagCloudItem)
    'Usage
     
    
    Dim instance As TagCloudCellType
    Dim value As Collection(Of TagCloudItem)
     
    value = instance.TagCloudItems
    public Collection<TagCloudItem> TagCloudItems {get;}

    Property Value

    Collection of TagCloudItems
    See Also