Gets or sets the unit of measure for this Font object.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

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

See Also