[]
Defines a class for the tile items.
public abstract class Tile
| Name | Description |
|---|---|
| AllowDrag | Gets or sets a boolean value decides whether the tiles could be dragged. |
| AllowHide | Gets or sets a boolean value decides whether the tiles could be hidden. |
| AllowMaximize | Gets or sets a boolean value decides whether the tiles could be maximized. |
| Content | Gets or sets the tile content(text/html) or the selector of a Dom element which contains the content. |
| HeaderText | Gets or sets the tile header title. |
| MaxResizeHeight | Gets or sets the default maximum height of the tile when resize. |
| MaxResizeWidth | Gets or sets the default maximum width of the tile when resize. |
| ShowHeader | Gets or sets a boolean value decides whether to show the header. |
| ShowToolbar | Gets or sets a boolean value decides whether to show the toolbar. |
| Visible | Gets or sets a boolean value decides whether to show the tile. |