Name | Description | |
---|---|---|
![]() | FlowTile Constructor | Creates one FlowTile instance. |
The following tables list the members exposed by FlowTile.
Name | Description | |
---|---|---|
![]() | FlowTile Constructor | Creates one FlowTile instance. |
Name | Description | |
---|---|---|
![]() | AllowDrag | Gets or sets a boolean value decides whether the tiles could be dragged. (Inherited from C1.Web.Mvc.Tile) |
![]() | AllowHide | Gets or sets a boolean value decides whether the tiles could be hidden. (Inherited from C1.Web.Mvc.Tile) |
![]() | AllowMaximize | Gets or sets a boolean value decides whether the tiles could be maximized. (Inherited from C1.Web.Mvc.Tile) |
![]() | AllowResize | Gets or sets a boolean value decides whether the tiles could be resized. |
![]() | Content | Gets or sets the tile content(text/html) or the selector of a Dom element which contains the content. (Inherited from C1.Web.Mvc.Tile) |
![]() | HeaderText | Gets or sets the tile header title. (Inherited from C1.Web.Mvc.Tile) |
![]() | Height | Gets or sets the tile height in pixels. If it is set to null, it means the height will automatically fit the content. |
![]() | MaxResizeHeight | Gets or sets the default maximum height of the tile when resize. (Inherited from C1.Web.Mvc.Tile) |
![]() | MaxResizeWidth | Gets or sets the default maximum width of the tile when resize. (Inherited from C1.Web.Mvc.Tile) |
![]() | ShowHeader | Gets or sets a boolean value decides whether to show the header. (Inherited from C1.Web.Mvc.Tile) |
![]() | ShowToolbar | Gets or sets a boolean value decides whether to show the toolbar. (Inherited from C1.Web.Mvc.Tile) |
![]() | Visible | Gets or sets a boolean value decides whether to show the tile. (Inherited from C1.Web.Mvc.Tile) |
![]() | Width | Gets or sets the tile width in pixels. If it is set to null, it means the width will automatically fit the content. |