maui-devexpress-dot-maui-dot-editors-4609ab3b.md
Enumerates values that specify how the up and down buttons that increase and decrease the value are aligned in an editor.
Namespace : DevExpress.Maui.Editors
Assembly : DevExpress.Maui.Editors.dll
NuGet Package : DevExpress.Maui.Editors
public enum UpDownIconAlignment
| 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.
|
The following properties accept/return UpDownIconAlignment values:
YieldIfNotNull<UpDownIconAlignment>()
See Also