DXSliderBase.Orientation Property
In This Article
Gets or sets the slider’s orientation. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public StackOrientation Orientation { get; set; }
#Property Value
Type | Description |
---|---|
Stack |
The slider orientation. |
#Remarks
The slider can be oriented horizontally or vertically.
See Also