Skip to main content

SimpleButton.VerticalContentAlignment Property

Gets or sets the vertical alignment of the buttons’s content (icon and text). This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public TextAlignment VerticalContentAlignment { get; set; }

Property Value

Type Default Description
TextAlignment Center

The vertical alignment.

Remarks

To specify the horizontal alignment of the button’s content, use the SimpleButton.HorizontalContentAlignment property.

See Also