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