| Visual Basic (Declaration) | |
|---|---|
Public Property Text As String | |
| C# | |
|---|---|
public string Text {get; set;} | |
Property Value
StringDepending on the TextType property, this will retrieve it's current value from different sources.
If TextType = Percentage, this property will be the current value the Percent property formatted with a "%" afterwards.
If TextType = Text, this property will contain the same value as the Text property of the control.
Changing the value of this property in the UserDrawnText event, will change the displayed text in the control.