[]
ITagHelper implementation for FlowTile.
[HtmlTargetElement("c1-flow-tile")]
public class FlowTileTagHelper : TileTagHelper<FlowTile>, ITagHelper, ITagHelperComponent
<HtmlTargetElement("c1-flow-tile")>
Public Class FlowTileTagHelper
Inherits TileTagHelper(Of FlowTile)
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| FlowTileTagHelper() |
| Name | Description |
|---|---|
| AllowResize | Configurates AllowResize. Sets a boolean value decides whether the tiles could be resized. |
| CollectionName | Gets the collection name. |
| Height | Configurates Height. Sets the tile height in pixels. If it is set to null, it means the height will automatically fit the content. |
| Width | Configurates Width. Sets the tile width in pixels. If it is set to null, it means the width will automatically fit the content. |