Skip to main content
Bar

Gallery.ItemGlyphSize Property

Gets or sets the size of a gallery item’s ImageControl that displays the item’s glyph. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public Size ItemGlyphSize { get; set; }

Property Value

Type Description
Size

A Size structure that specifies the size of a gallery item’s ImageControl.

Remarks

The following image shows how a gallery item’s glyph region is organized. The glyph region consists of the glyph borders and the ImageControl, that displays the glyph itself:

GalleryItem_GlyphRegion

The ItemGlyphSize property specifies the size of the ImageControl. To specify the stretch mode for the item’s glyph (GalleryItem.Glyph) within the ImageControl, see Gallery.ItemGlyphStretch.

See Also