Skip to main content
Bar

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public Stretch ItemGlyphStretch { get; set; }

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:

GalleryItem_GlyphRegion

The ItemGlyphStretch property specifies whether and how the glyph is stretched within the ImageControl.

See Also