doogal.co.uk Home
Gets or sets the text displayed on the LCD display.
Namespace: LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax public override string Text { get; set; }
Public Overrides Property Text As String
Get
Set
public:
virtual property String^ Text {
String^ get () override;
void set (String^ value) override;
}
abstract Text : string with get, set
override Text : string with get, set
Return Value
Type:
String
The text displayed on the LCD display.
See Also