RankProperties Class
Contains an individual rank’s appearance settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return RankProperties objects:
Remarks
Items of different ranks can differ in their appearance within the ASPxCloudControl. The RankProperties class defines the appearance settings of an individual rank.
Instances of the RankProperties class are maintained within the ASPxCloudControl.RankProperties collection which is represented by the RankPropertiesCollection class. The correspondence between an instance of the RankProperties class and the rank which it is applied to is based upon the order of RankProperties objects in the ASPxCloudControl.RankProperties collection: the first collection item (whose index is 0) defines the appearance of the minimal rank and so on.
The settings exposed by the RankProperties class allow you to define the style of items of an individual rank. In order to define a common automatically calculated style for all ranks within a tag cloud control, use the settings available via the ASPxCloudControl.MaxColor, ASPxCloudControl.MinColor and Font properties.