Gets or sets the space between the characters on the LCD

Namespace:  LCDLabel
Assembly:  LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)

Collapse imageSyntax

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

Field Value

The character spacing.

Collapse imageSee Also