Gets or sets the font of the text displayed on the caption.

Namespace:  Hyleos.Chemistry.Drawing
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

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

See Also