Gets or sets Unit

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

Syntax

C#
public Unit Unit { get; set; }
Visual Basic (Declaration)
Public Property Unit As Unit
Visual C++
public:
property Unit Unit {
	Unit get ();
	void set (Unit value);
}

See Also