Gallery.ItemGlyphStretch Property
In This Article
Gets or sets how a gallery item’s glyph is stretched within the glyph region’s ImageControl. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Stretch | A System. |
#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 ItemGlyphStretch property specifies whether and how the glyph is stretched within the ImageControl.
See Also