Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.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