Property Orientation
Orientation
Gets or sets a value indicating the horizontal or vertical orientation of the slider.
public virtual SliderOrientation Orientation { get; set; }
Property Value
- SliderOrientation
One of the SliderOrientation values.
Remarks
When the Orientation property is set to Horizontal, the scroll box moves from left to right as the Value increases. When the Orientation property is set to Vertical, the scroll box moves from bottom to top as the Value increases.