Returns TextMetric with empty parameters.

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

Syntax

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

See Also