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

BaseLayoutItem.Margin Property

Gets or sets the outer indents of the item’s borders. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public Thickness Margin { get; set; }

Property Value

Type Description
Thickness

A Thickness value that contains the outer indents of the layout item’s borders.

Remarks

This property specifies the outer indents of the item’s borders. Changing this property modifies the space between layout items. To specify the inner indents between the item’s borders and its contents, use the BaseLayoutItem.Padding property.

MarginVsSpacing

See Also