Gallery.ItemGlyphHorizontalAlignment Property
In This Article
Gets or sets the horizontal 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 |
---|---|
Horizontal |
A Horizontal |
#Remarks
A gallery item consists of Glyph and Content regions. The ItemGlyphHorizontalAlignment property specifies the horizontal alignment of a gallery item's glyph (GalleryItem.Glyph) within the Glyph Region.
See Also