[]
Configurates Width. Sets the width of the control.
public TBuilder Width(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |
Sets the width of the control in pixel.
public TBuilder Width(int width)
| Type | Name | Description |
|---|---|---|
| int | width | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |