[]
Configurates Text. Sets the text shown on the control.
public virtual TBuilder Text(string value)
Public Overridable Function Text(value As String) As TBuilder
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |