[]
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. |
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. |