Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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