Skip to main content
Bar

GalleryControl.DefaultItemGlyphMargin Property

Gets or sets the default outer indents of gallery items’ images. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public Thickness? DefaultItemGlyphMargin { get; set; }

Property Value

Type Description
Nullable<Thickness>

A value of the Nullable Thickness type that specifies the corresponding outer indents.

Remarks

The DefaultItemGlyphMargin property is in effect if the Gallery.ItemGlyphMargin property is set to null.

A gallery item’s glyph is specified by the GalleryItem.Glyph property. The glyph’s visibility is controlled by the Gallery.IsItemGlyphVisible property.

See Also