Back to Devexpress

Gallery.ItemGlyphSize Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-208bf101.md

latest1.6 KB
Original Source

Gallery.ItemGlyphSize Property

Gets or sets the size of a gallery item’s ImageControl that displays the item’s glyph. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Size ItemGlyphSize { get; set; }
vb
Public Property ItemGlyphSize As Size

Property Value

TypeDescription
Size

A Size structure that specifies the size of a gallery item’s ImageControl.

|

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 ItemGlyphSize property specifies the size of the ImageControl. To specify the stretch mode for the item’s glyph (GalleryItem.Glyph) within the ImageControl, see Gallery.ItemGlyphStretch.

See Also

HoverGlyphSize

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace