IContentContainerDefaultProperties.ActualMargin Property
Gets this Content Container‘s current margin.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
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