Table of Contents
IsDirectionReversed Property

Gets or sets whether the direction of increasing value is reversed from the default direction.

Syntax
 public Boolean IsDirectionReversed { get; set; }

Property Value

true if the direction of increasing value is from right to left in case the Orientation is set to horizontal, or down to up in case the Orientation is set to vertical; otherwise false. The default value is false.

See Also