Skip to main content
A newer version of this page is available. .
Bar

GalleryControl.ActualItemGlyphMargin Property

Gets the actual outer indents of gallery items’ glyphs. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public Thickness ActualItemGlyphMargin { get; protected set; }

Property Value

Type Description
Thickness

A Thickness value that specifies the corresponding outer indents.

See Also