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


In This Topic
    DisplayLimit Property (TagCloudCellType)
    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 TagCloudCellType
    Dim value As DisplayLimit
     
    instance.DisplayLimit = value
     
    value = instance.DisplayLimit
    public DisplayLimit DisplayLimit {get; set;}

    Property Value

    DisplayLimit setting that specifies the limit
    Example
    This example shows the properties of the tag cloud cell type.
    See Also