| Visual Basic (Declaration) | |
|---|---|
Public Property Text As String | |
| C# | |
|---|---|
public string Text {get; set;} | |
Property Value
StringAssigning a new value to this property while PaintText is true, will cause the control to paint the supplied text value instead of the string it calculated.