Gets or sets the text displayed on the LCD display.

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

Collapse imageSyntax

C#
public override string Text { get; set; }
Visual Basic (Declaration)
Public Overrides Property Text As String
Visual C++
public:
virtual property String^ Text {
	String^ get () override;
	void set (String^ value) override;
}

Return Value

The text displayed on the LCD display.

Collapse imageSee Also