DXColorSelector.ItemAlignment Property
Gets or sets how the DXColorSelector control aligns its child items. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
public LayoutItemAlignment ItemAlignment { get; set; }
#Property Value
Type | Description |
---|---|
Layout |
The alignment of items within the DXColor |
Available values:
Name | Description | Image |
---|---|---|
Start | Items are aligned at the start. |
|
Center | Items are centered. |
|
Space |
Items are evenly distributed; the first and last items have a half-size space. |
|
Space |
Items are evenly distributed. The first item is positioned at the start and the last item at the end. |
|
Space |
Items are evenly distributed; items have equal space around them. |
|
Fill | Items occupy all available space; original item size proportions are saved. |
|
Fill |
Items occupy all available space; original item size proportions are kept. |