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


In This Topic
    TagCloudItems Property (TagCloudRenderer)
    In This Topic
    Gets or sets a collection of tag cloud items.
    Syntax
    'Declaration
     
    
    Public Property TagCloudItems As Collection(Of TagCloudItem)
    'Usage
     
    
    Dim instance As TagCloudRenderer
    Dim value As Collection(Of TagCloudItem)
     
    instance.TagCloudItems = value
     
    value = instance.TagCloudItems
    public Collection<TagCloudItem> TagCloudItems {get; set;}
    See Also