Tile
Represents a tile that displays in a Group or DeviceBrowser.
Remarks
This is the page type you should use when creating a TileTemplate for a Device.
The DesignHeight & DesignWidth properties only function is to help you when designing the tile. During normal runtime these properties are ignored. Tiles shown in a DeviceBrowser will use the size specified by its TileHeight & TileWidth properties. If you want a tile to appear larger than others, use the ColumnSpan provided in this class.
Properties
Property | Type | Description |
---|---|---|
DesignHeight | Float | The height of the tile when in design mode. |
DesignWidth | Float | The width of the tile when in design mode. |
ColumnSpan | Integer | The total number of columns that the tile should span within a parent DeviceBrowser. |
OpenDetailsOnClick | Boolean | A value that indicates whether the Device's DetailsTemplate should be opened when the tile is clicked. |
Padding | Thickness | The amount of space between the content of the control and its border. |
Events
Event | Description |
---|---|
Loaded | Occurs when the element is laid out, rendered, and ready for interaction. |
Unloaded | Occurs when the element is no longer rendered on the screen. |