Skip to main content
Bar

Gallery.ItemGlyphHorizontalAlignment Property

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

public HorizontalAlignment ItemGlyphHorizontalAlignment { get; set; }

#Property Value

Type Description
HorizontalAlignment

A HorizontalAlignment value specifying the horizontal alignment of a gallery item's glyph.

#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