[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlowTileBuilder

FlowTileBuilder Class

Defines a builder to configurate FlowTile.

Inheritance
HideObjectMembers
FlowTileBuilder
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class FlowTileBuilder : TileBuilder<FlowTile, FlowTileBuilder>

Constructors

Name Description
FlowTileBuilder(FlowTile)

Creates one FlowTileBuilder instance to configurate obj.

Methods

Name Description
AllowResize(bool)

Configurates AllowResize. Sets a boolean value decides whether the tiles could be resized.

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.

Width(int?)

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