ToolbarContentItemBase.HorizontalOptions Property
Gets or sets the horizontal alignment of a ToolbarContentItemBase descendant. 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