Gets the empty Margins.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public static Margins Empty { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Empty As Margins
Visual C++
public:
static property Margins Empty {
	Margins get ();
}

See Also