Gets the short name of measure unit.

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

Syntax

C#
public string ShortName { get; }
Visual Basic (Declaration)
Public ReadOnly Property ShortName As String
Visual C++
public:
property String^ ShortName {
	String^ get ();
}

See Also