ToolbarContentItemBase.VerticalContentAlignment Property
Gets or sets the vertical 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? VerticalContentAlignment { get; set; }
Property Value
Type | Description |
---|---|
Nullable<LayoutAlignment> | The vertical alignment of a ToolbarContentItemBase descendant’s content. |
See Also