Back to Devexpress

UpDownIconAlignment Enum

maui-devexpress-dot-maui-dot-editors-4609ab3b.md

latest1.6 KB
Original Source

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.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public enum UpDownIconAlignment

Members

NameDescription
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:

Extension Methods

Yield<UpDownIconAlignment>()

YieldIfNotNull<UpDownIconAlignment>()

See Also

DevExpress.Maui.Editors Namespace