Skip to main content

SimpleButton.VerticalContentAlignment Property

Gets or sets the vertical alignment of the buttons’s content (icon and text).

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public TextAlignment VerticalContentAlignment { get; set; }

Property Value

Type Description
TextAlignment

A value that specifies the vertical alignment of the buttons’s content.

Remarks

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

See Also