SimpleButton.HorizontalContentAlignment Property
In This Article
Gets or sets the horizontal alignment of the button’s content (icon and text).
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public TextAlignment HorizontalContentAlignment { get; set; }
#Property Value
Type | Description |
---|---|
Text |
A value that specifies the horizontal alignment of the button’s content. |
#Remarks
To specify the vertical alignment of the button’s content, use the SimpleButton.VerticalContentAlignment property.
See Also