TrackBarOrientation Property

Specifies whether the TrackBar should be oriented horizontally or vertically.

Definition

Namespace: BeeMobile.TrackBar
Assembly: BeeMobile.TrackBar.NET48 (in BeeMobile.TrackBar.NET48.dll) Version: 4.8.0.7
C#
public Orientation Orientation { get; set; }

Property Value

Orientation
An Orientation enumeration.

See Also