Back to Devexpress

UICommand.GlyphAlignment Property

corelibraries-devexpress-dot-mvvm-dot-uicommand-44de7cae.md

latest1.4 KB
Original Source

UICommand.GlyphAlignment Property

Gets or sets the dialog button’s image alignment.

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

NuGet Packages : DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

csharp
public GlyphAlignment GlyphAlignment { get; set; }
vb
Public Property GlyphAlignment As GlyphAlignment

Property Value

TypeDescription
GlyphAlignment

The dialog button’s image alignment.

|

Available values:

NameDescription
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

UICommand Class

UICommand Members

DevExpress.Mvvm Namespace