IconSetCondition.ReverseOrder Property

Definition

Returns or sets a Boolean value indicating if the order of icons is reversed for an icon set.

public:
 property bool ReverseOrder { bool get(); void set(bool value); };
public bool ReverseOrder { get; set; }
Public Property ReverseOrder As Boolean

Property Value

Boolean

Remarks

By default, most of the icon sets you can use associate positive images with higher values. For example, the "3 Traffic Lights" icon set applies a green circle to the upper value threshold and a red circle to the lowest values in the range. If your data is such that lower values are more desirable, such as marathon time results, you may want to reverse the order that icons are applied to the range to associate the green circle to the lowest values.

Applies to