SimpleButton.HorizontalContentAlignment Property
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
public TextAlignment HorizontalContentAlignment { get; set; }
Property Value
Type | Description |
---|---|
TextAlignment | 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