DXSliderBase.Orientation Property
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
public StackOrientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
StackOrientation | The slider orientation. |
Remarks
The slider can be oriented horizontally or vertically.
See Also