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.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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:
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