Skip to main content
Bar

Gallery.ItemGlyphVerticalAlignment Property

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

public VerticalAlignment ItemGlyphVerticalAlignment { get; set; }

#Property Value

Type Description
VerticalAlignment

A VerticalAlignment value specifying the vertical alignment of a gallery item's glyph.

#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