[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ControlBuilder-2.Width

Width Method

Width(int)

Sets the width of the control in pixel.

Declaration
public TBuilder Width(int width)
Parameters
Type Name Description
int width

The value.

Returns
Type Description
TBuilder

Current builder.

Width(string)

Configurates Width. Sets the width of the control.

Declaration
public TBuilder Width(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
TBuilder

Current builder.