Back to Devexpress

UpDownIconAlignment Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-editors-b5aacf6b.md

latest1.5 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.XamarinForms.Editors

Assembly : DevExpress.XamarinForms.Editors.dll

NuGet Package : DevExpress.XamarinForms.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:

See Also

DevExpress.XamarinForms.Editors Namespace