Gets the spacing between the header and the first followed row.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public VerticalSpacing Spacing { get; }
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public ReadOnly Property Spacing As VerticalSpacing
	Get
Visual C++
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property VerticalSpacing^ Spacing {
	VerticalSpacing^ get ();
}
F#
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member Spacing : VerticalSpacing with get

Property Value

Type: VerticalSpacing
The spacing in pixels.

See Also