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.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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