Chemistry format (ChemistryFormat)

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

Syntax

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

See Also