[]
        
(Showing Draft Content)

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

Height Method

Height(int)

Sets the height of the control in pixel.

Declaration
public TBuilder Height(int height)
Parameters
Type Name Description
int height

The value.

Returns
Type Description
TBuilder

Current builder.

Height(string)

Configurates Height. Sets the height of the control.

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

The value.

Returns
Type Description
TBuilder

Current builder.