Back to Devexpress

Gallery.ItemGlyphStretch Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-19e34ac5.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Stretch ItemGlyphStretch { get; set; }
vb
Public Property ItemGlyphStretch As Stretch

Property Value

TypeDescription
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

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace