Gets or sets the unit of measure for the font used by this TextSpan object.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.0.2000.0)

Syntax

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

See Also