Back to Devexpress

LayoutItemAlignment Enum

maui-devexpress-dot-maui-dot-core-fe10336f.md

latest2.7 KB
Original Source

LayoutItemAlignment Enum

Lists different alignments for items within a layout control.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public enum LayoutItemAlignment

Members

NameDescriptionImage
Start

Items are aligned at the start.

|

| | Center |

Items are centered.

|

| | SpaceAround |

Items are evenly distributed; the first and last items have a half-size space.

|

| | SpaceBetween |

Items are evenly distributed. The first item is positioned at the start and the last item at the end.

|

| | SpaceEvenly |

Items are evenly distributed; items have equal space around them.

|

| | Fill |

Items occupy all available space; original item size proportions are saved.

|

| | FillUniform |

Items occupy all available space; original item size proportions are kept.

|

|

The following properties accept/return LayoutItemAlignment values:

Extension Methods

Yield<LayoutItemAlignment>()

YieldIfNotNull<LayoutItemAlignment>()

See Also

DevExpress.Maui.Core Namespace