Gets or sets the space between lines of text.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.0.2000.0)

Syntax

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

See Also