Class UpDownButtonAlignment
Used to align both icons at the left or right edge, or to align the down icon at the left and the up icon at the right.
Inheritance
System.Object
UpDownButtonAlignment
Namespace: Syncfusion.Maui.Toolkit.NumericUpDown
Assembly: Syncfusion.Maui.Toolkit.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 |