Skip to main content

SimpleButton.HorizontalContentAlignment Property

Gets or sets the horizontal alignment of the button’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 HorizontalContentAlignment { get; set; }

Property Value

Type Default Description
TextAlignment Center

The horizontal alignment.

Remarks

To specify the vertical alignment of the button’s content, use the SimpleButton.VerticalContentAlignment property.

See Also