Defines a "null"-fill.
    Namespace: 
   PerpetuumSoft.Framework.Drawing
    Assembly:
   PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public static Fill Empty { get; } | 
| Visual Basic (Declaration) | 
|---|
Public Shared ReadOnly Property Empty As Fill  | 
| Visual C++ | 
|---|
public:
static property Fill^ Empty {
	Fill^ get ();
} | 
See Also