Back to Devexpress

GlyphAlignment Enum

corelibraries-devexpress-dot-mvvm-f0a0e2fb.md

latest1.2 KB
Original Source

GlyphAlignment Enum

Lists image positions in the dialog button.

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

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

Declaration

csharp
public enum GlyphAlignment
vb
Public Enum GlyphAlignment

Members

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.

|

The following properties accept/return GlyphAlignment values:

See Also

DevExpress.Mvvm Namespace