BaseLayoutItem.Margin Property
In This Article
Gets or sets the outer indents of the item’s borders. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
#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.
See Also