[]
Defines a class represents the tile in the flow layout.
public class FlowTile : Tile
| Name | Description |
|---|---|
| FlowTile() | Creates one FlowTile instance. |
| 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. |