ToolbarColorSelector.HorizontalOptions Property
Gets or sets the horizontal alignment of a ToolbarColorSelector. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public LayoutOptions HorizontalOptions { get; set; }
Property Value
Type | Description |
---|---|
LayoutOptions | The horizontal alignment. |
See Also