IContentContainerDefaultProperties.ActualMargin Property
Gets this Content Container‘s current margin.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
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