[]
        
(Showing Draft Content)

C1.Web.Mvc.FlowTile

FlowTile Class

Defines a class represents the tile in the flow layout.

Inheritance
FlowTile
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class FlowTile : Tile

Constructors

Name Description
FlowTile()

Creates one FlowTile instance.

Properties

Name Description
AllowResize

Gets or sets a boolean value decides whether the tiles could be resized.

Height

Gets or sets the tile height in pixels. If it is set to null, it means the height will automatically fit the content.

Width

Gets or sets the tile width in pixels. If it is set to null, it means the width will automatically fit the content.