[]
Configurates CssStyles. Sets the CSS style applied in the control.
public TBuilder CssStyle(string key, string value)
Type | Name | Description |
---|---|---|
string | key | The key of the CSS property |
string | value | The value of the CSS property |
Type | Description |
---|---|
TBuilder | Current builder |