Gallery.ItemGlyphVerticalAlignment Property
In This Article
Gets or sets the vertical alignment of a gallery item's glyph. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
#Remarks
A gallery item consists of Glyph and Content regions. The ItemGlyphVerticalAlignment property specifies the vertical alignment of a gallery item's glyph (GalleryItem.Glyph) within the Glyph Region.
See Also