Skip to main content

IContentContainerDefaultProperties.Margin Property

Gets or sets this Content Container‘s margin.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

Padding? Margin { get; set; }

Property Value

Type Description
Nullable<Padding>

A Padding structure that is this container’s margin.

Remarks

The Margin property overrides the global setting specified by the IContentContainerProperties.Margin property.

See Also