Spread for ASP.NET 12 Product Documentation
DisplayLimit Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : DisplayLimit Enumeration
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
Inheritance Hierarchy

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

See Also

Reference

FarPoint.Web.Spread Namespace