Text Method
Text(string)
Configurates Text.
Sets the text shown on the control.
Declaration
public TBuilder Text(string value)
Public Function Text(value As String) As TBuilder
Parameters
| Type |
Name |
Description |
| string |
value |
The value.
|
Returns
| Type |
Description |
| TBuilder |
Current builder.
|