Class SliderOrientation
Represents the orientation of the SfSlider and SfRangeSlider.
Inheritance
System.Object
SliderOrientation
Namespace: Syncfusion.Maui.Sliders
Assembly: Syncfusion.Maui.Sliders.dll
Syntax
public sealed class SliderOrientation : Enum
Fields
Horizontal
Renders the SfSlider and SfRangeSlider in horizontal orientation.
Declaration
public const SliderOrientation Horizontal
Field Value
Type |
---|
SliderOrientation |
Vertical
Renders the SfSlider and SfRangeSlider in vertical orientation.
Declaration
public const SliderOrientation Vertical
Field Value
Type |
---|
SliderOrientation |