Table of Contents
Orientation Property

Gets or sets the orientation of a SliderBase derived control. This is a dependency property.

Syntax
 public Orientation Orientation { get; set; }

Property Value

One of the Orientation values. The default is Horizontal.

See Also