Class UpDownButtonAlignment
Contains the values for the UpDownButtonAlignment enumeration that determines the placement of increment and decrement button.
Inheritance
System.Object
UpDownButtonAlignment
Namespace: Syncfusion.Maui.Inputs
Assembly: Syncfusion.Maui.Inputs.dll
Syntax
public sealed class UpDownButtonAlignment : Enum
Fields
Both
Spin buttons are positioned at the extreme ends.
Declaration
public const UpDownButtonAlignment Both
Field Value
Type |
---|
UpDownButtonAlignment |
Left
Both the Spin buttons are positioned at the Left.
Declaration
public const UpDownButtonAlignment Left
Field Value
Type |
---|
UpDownButtonAlignment |
Right
Both the Spin buttons are positioned at the Right.
Declaration
public const UpDownButtonAlignment Right
Field Value
Type |
---|
UpDownButtonAlignment |