TileContainer Constructors
A WindowsUI View container that displays Tiles and unites them in multiple groups.| Name | Parameters | Description |
|---|---|---|
| TileContainer() | none | Initializes a new instance of the TileContainer class with the default settings. |
| TileContainer(ITileContainerProperties) | defaultProperties | Initializes a new instance of the TileContainer class with custom settings. |
| TileContainer(IContainer) | container | Initializes a new instance of the TileContainer class with the specified container. |
See Also