ToolbarContentItemBase.HorizontalContentAlignment Property
Gets or sets the horizontal alignment of a ToolbarContentItemBase descendant’s content. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public LayoutAlignment? HorizontalContentAlignment { get; set; }
Property Value
Type | Description |
---|---|
Nullable<LayoutAlignment> | The horizontal alignment of a ToolbarContentItemBase descendant’s content. |
See Also