Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / TagCloudRenderer Class / DisplayCount Property


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

    Property Value

    Integer number of tag cloud items to display
    See Also