Back to Devexpress

BaseLayoutItem.Margin Property

wpf-devexpress-dot-xpf-dot-docking-dot-baselayoutitem-bc60c950.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public Thickness Margin { get; set; }
vb
Public Property Margin As Thickness

Property Value

TypeDescription
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

Padding

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.Xpf.Docking Namespace