UpDownIconAlignment Enum
Enumerates values that specify how the up and down buttons that increase and decrease the value are aligned in an editor.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public enum UpDownIconAlignment
Members
Name | Description |
---|---|
Start
|
The up and down buttons are aligned at the left. |
End
|
The up and down buttons are aligned at the right. |
Both
|
The down button is aligned at the left and the up button is aligned at the right. |
Related API Members
The following properties accept/return UpDownIconAlignment values:
See Also