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