LcdLabelTextLines Property |
doogal.co.uk Home
Gets or sets the number of text lines on the LCD.
Namespace: LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax public int TextLines { get; set; }
Public Property TextLines As Integer
Get
Set
public:
property int TextLines {
int get ();
void set (int value);
}
member TextLines : int with get, set
Property Value
Type:
Int32The number of text lines on the LCD.
See Also