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

IContentContainerDefaultProperties.ActualMargin Property

Gets this Content Container‘s current margin.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

Padding ActualMargin { get; }

Property Value

Type Description
Padding

A Padding structure that is this Content Container‘s current margin.

Remarks

See the IContentContainerDefaultProperties.Margin and IContentContainerProperties.Margin properties to learn more.

See Also