Skip to main content
All docs
V22.1
  • 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