Table of Contents
IsDirectionReversed Property

Gets or sets the direction of increasing value. This is a dependency property.

Syntax
 public Boolean IsDirectionReversed { get; set; }

Property Value

true if the direction of increasing value is to the left for a horizontal TickBarBase or down for a vertical TickBarBase; otherwise, false.The default value is false.

See Also