DXContentPresenterBase.TextVerticalAlignment Property
Gets or sets the vertical 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 TextVerticalAlignment { get; set; }
Property Value
Type | Description |
---|---|
TextAlignment | The vertical alignment. |
See Also