[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlowTileBuilder.Height

Height Method

Height(int?)

Configurates Height. Sets the tile height in pixels. If it is set to null, it means the height will automatically fit the content.

Declaration
public FlowTileBuilder Height(int? value)
Parameters
Type Name Description
int? value

The value.

Returns
Type Description
FlowTileBuilder

Current builder.