Back to Devexpress

ToolbarPage.ItemAlignment Property

maui-devexpress-dot-maui-dot-controls-dot-toolbarpage.md

latest2.4 KB
Original Source

ToolbarPage.ItemAlignment Property

Gets or sets how to align nested controls within this page. This is a bindable property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public LayoutItemAlignment? ItemAlignment { get; set; }

Property Value

TypeDescription
Nullable<LayoutItemAlignment>

The alignment of items within toolbar.

|

Available values:

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.

|

|

See Also

ToolbarPage Class

ToolbarPage Members

DevExpress.Maui.Controls Namespace