Skip to main content
A newer version of this page is available. .

ScrollBarItem.Orientation Property

Specifies whether the scroll bar items are vertically or horizontally oriented.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public Orientation Orientation { get; set; }

Property Value

Type Description
Orientation

A Orientation enumeration value, specifying the orientation of scroll bar items.

See Also