Back to Devexpress

LayoutItem.ElementSpace Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-layoutitem-695b4482.md

latest1.6 KB
Original Source

LayoutItem.ElementSpace Property

Gets or sets the distance between the objects specified by the LayoutItem.Label and LayoutItem.Content properties. This is a dependency property.

Namespace : DevExpress.Xpf.LayoutControl

Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public double ElementSpace { get; set; }
vb
Public Property ElementSpace As Double

Property Value

TypeDescription
Double

A Double value that specifies the distance between the objects specified by the LayoutItem.Label and LayoutItem.Content properties.

|

See Also

Label

Content

LabelPosition

LayoutItem Class

LayoutItem Members

DevExpress.Xpf.LayoutControl Namespace