Gets or sets the spacing between the letters contained in this TextSpan object.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

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

See Also