Gets the empty spacing.

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

Syntax

C#
public static VerticalSpacing Empty { get; }
Visual Basic
Public Shared ReadOnly Property Empty As VerticalSpacing
	Get
Visual C++
public:
static property VerticalSpacing^ Empty {
	VerticalSpacing^ get ();
}
F#
static member Empty : VerticalSpacing with get

Property Value

Type: VerticalSpacing
The empty.

See Also