Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.2
  • UICommand.GlyphAlignment Property

    Gets or sets the dialog button’s image alignment.

    Namespace: DevExpress.Mvvm

    Assembly: DevExpress.Mvvm.v22.2.dll

    NuGet Package: DevExpress.Mvvm

    Declaration

    public GlyphAlignment GlyphAlignment { get; set; }

    Property Value

    Type Description
    GlyphAlignment

    The dialog button’s image alignment.

    Available values:

    Name Description
    Left

    The image is located on the left side of the dialog button.

    Top

    The image is located above the button’s content.

    Right

    The image is located on the right side of the dialog button.

    Bottom

    The image is located below the button’s content.

    See Also