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


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

    Property Value

    Integer number of items to display
    Example
    This example shows the properties of the tag cloud cell type.
    See Also