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

LayoutControlItem.ActualCaptionMargin Property

Gets the calculated outer indents for the item’s caption. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v18.2.dll

Declaration

[Browsable(false)]
public Thickness ActualCaptionMargin { get; }

Property Value

Type Description
Thickness

A Thickness value that contains the outer indents of the item’s caption.

Remarks

Use the LayoutControlItem.CaptionToControlDistance property to specify the distance between the item’s caption and control. The ActualCaptionMargin property returns the outer indents of the item’s caption, calculated according to this, and the BaseLayoutItem.CaptionLocation property.

See Also