DXContentPresenterBase.TextHorizontalAlignment Property
Gets or sets the horizontal alignment applied to a DXContentPresenterBase descendant’s text. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public TextAlignment TextHorizontalAlignment { get; set; }
Property Value
Type | Description |
---|---|
TextAlignment | The horizontal alignment. |
See Also