Table of Contents
IsDirectionReversed Property

Gets or sets the direction of increasing values for this scale. This is a dependency property.

Syntax
 public Boolean IsDirectionReversed { get; set; }

Property Value

true to reverse the direction of increasing values; otherwise false. The default value is false.

Remarks

By default values increase from left to right for Linear and Rolling scales, and clockwise for Circular scales, by setting the IsDirectionReversed property to false, values will increase in the opposite direction for all scales.

See Also