Gets or sets the number of text lines on the LCD.

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

Collapse imageSyntax

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

Field Value

The number of text lines on the LCD.

Collapse imageSee Also