Skip to main content

ToolbarContentItemBase.TextHorizontalAlignment Property

Gets or sets the horizontal alignment applied to a ToolbarContentItemBase descendant’s text. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public TextAlignment TextHorizontalAlignment { get; set; }

Property Value

Type Description
TextAlignment

The horizontal alignment.

See Also