Gallery.ItemGlyphStretch Property
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.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Stretch | A System.Windows.Media.Stretch value that specifies the current stretch mode. |
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