SimpleButton.VerticalContentAlignment Property
In This Article
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
C#
public TextAlignment VerticalContentAlignment { get; set; }
#Property Value
Type | Description |
---|---|
Text |
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