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


In This Topic
    DisplayLimit Property (TagCloudRenderer)
    In This Topic
    Gets or sets the limit for the number of individual cloud items to display.
    Syntax
    'Declaration
     
    
    Public Property DisplayLimit As DisplayLimit
    'Usage
     
    
    Dim instance As TagCloudRenderer
    Dim value As DisplayLimit
     
    instance.DisplayLimit = value
     
    value = instance.DisplayLimit
    public DisplayLimit DisplayLimit {get; set;}

    Property Value

    DisplayLimit setting that specifies the limit of the number of items to display
    See Also