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

IContentContainerProperties.Margin Property

Gets or sets the margin common to all Content Containers.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

Padding Margin { get; set; }

Property Value

Type Description
Padding

A Padding structure that is the margin common to all containers within this View.

Remarks

The Margin property specifies the margin common to all Content Containers within this View. You can override this global setting for individual containers via the IContentContainerDefaultProperties.Margin property.

See Also