名前 | 解説 | |
---|---|---|
FlowTile コンストラクタ | Creates one FlowTile instance. |
FlowTileデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
FlowTile コンストラクタ | Creates one FlowTile instance. |
名前 | 解説 | |
---|---|---|
AllowDrag | Gets or sets a boolean value decides whether the tiles could be dragged. C1.Web.Mvc.Tileから継承されます。 | |
AllowHide | Gets or sets a boolean value decides whether the tiles could be hidden. C1.Web.Mvc.Tileから継承されます。 | |
AllowMaximize | Gets or sets a boolean value decides whether the tiles could be maximized. 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. C1.Web.Mvc.Tileから継承されます。 | |
HeaderText | Gets or sets the tile header title. 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. C1.Web.Mvc.Tileから継承されます。 | |
MaxResizeWidth | Gets or sets the default maximum width of the tile when resize. C1.Web.Mvc.Tileから継承されます。 | |
ShowHeader | Gets or sets a boolean value decides whether to show the header. C1.Web.Mvc.Tileから継承されます。 | |
ShowToolbar | Gets or sets a boolean value decides whether to show the toolbar. C1.Web.Mvc.Tileから継承されます。 | |
Visible | Gets or sets a boolean value decides whether to show the tile. 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. |