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