Use or not atom coloration

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

Syntax

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

See Also