Table of Contents
Orientation Property

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

Syntax
 public Orientation Orientation { get; set; }

Property Value

One of the Orientation enumeration values. The default value is Horizontal.

See Also