Gets or sets the font of the text displayed Atom Items.

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

Syntax

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

See Also