Gets the Font object for the text.

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

See Also