Class SpinButtonAlignment
Contains the values for the SpinButtonAlignment enumeration that determines the placement of the increment and decrement button.
Inheritance
System.Object
SpinButtonAlignment
Namespace: Syncfusion.SfNumericUpDown.XForms
Assembly: Syncfusion.SfNumericUpDown.XForms.dll
Syntax
public sealed class SpinButtonAlignment : Enum
Fields
Both
Represents the increment and decrement button at right side and left side of the user input field respectively.
Declaration
public const SpinButtonAlignment Both
Field Value
Type |
---|
SpinButtonAlignment |
Left
Represents the increment and decrement button at left side of the user input field.
Declaration
public const SpinButtonAlignment Left
Field Value
Type |
---|
SpinButtonAlignment |
Right
Represents the increment and decrement button at right side of the user input field.
Declaration
public const SpinButtonAlignment Right
Field Value
Type |
---|
SpinButtonAlignment |