Gets the Font object for the text.

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 Font Font { get; }
Visual Basic (Declaration)
Public ReadOnly Property Font As Font
Visual C++
public:
property Font^ Font {
	Font^ get ();
}

See Also