Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DisplayLimit Enumeration
Example Example


In This Topic
    DisplayLimit Enumeration
    In This Topic
    Specifies the limit of the items to display in the tag cloud.
    Syntax
    'Declaration
     
    
    Public Enum DisplayLimit 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DisplayLimit
    public enum DisplayLimit : System.Enum 
    Members
    MemberDescription
    LeastWeightUses the lowest value of weight to specify a limit for items displayed in the tag cloud
    MostWeightUses the highest value of weight to specify a limit for items displayed in the tag cloud
    NoneUses no limit for which items are displayed in the tag cloud
    Example
    This example uses the DisplayLimit enumeration.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.DisplayLimit

    See Also