Table of Contents
Orientation Property

Gets or sets the orientation of the TickBarBase. This is a dependency property.

Syntax
 public Orientation Orientation { get; set; }

Property Value

One of the Orientation enumeration values. The default is Horizontal

See Also