Enum
RadTagCloudSorting

Sorting of the TagCloud.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public enum RadTagCloudSorting

Fields

AlphabeticAsc

Alphabetic Ascending.

Declaration

cs-api-definition
AlphabeticAsc = 1

Field Value

RadTagCloudSorting

AlphabeticDsc

Alphabetic Descending.

Declaration

cs-api-definition
AlphabeticDsc = 2

Field Value

RadTagCloudSorting

NoneNotSorted

Not Sorted.

Declaration

cs-api-definition
NoneNotSorted = 0

Field Value

RadTagCloudSorting

WeightedAsc

Weight Ascending.

Declaration

cs-api-definition
WeightedAsc = 3

Field Value

RadTagCloudSorting

WeightedDsc

Weight Descending.

Declaration

cs-api-definition
WeightedDsc = 4

Field Value

RadTagCloudSorting