TextRenderingHint

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

Syntax

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

See Also