Class NumericUpDownPlacementMode
Defines values that specify how the spin buttons used to increment or decrement the Value of a SfNumericUpDown are displayed.
Inheritance
System.Object
NumericUpDownPlacementMode
Namespace: Syncfusion.Maui.Toolkit.NumericUpDown
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class NumericUpDownPlacementMode : Enum
Fields
Inline
The spin buttons are displayed in an expanded, horizontal orientation.
Declaration
public const NumericUpDownPlacementMode Inline
Field Value
Type |
---|
NumericUpDownPlacementMode |
InlineVertical
The spin buttons are displayed in an expanded, vertical orientation.
Declaration
public const NumericUpDownPlacementMode InlineVertical
Field Value
Type |
---|
NumericUpDownPlacementMode |