TileSize
TileSize
TileSize
TileSize
Enum
Definition
Specifies the size of tile to pin. Used by some secondary tile constructors.
public : enum class TileSizepublic enum TileSizePublic Enum TileSize// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Default Default Default Default | Use the default size of the app tile. |
| Square150x150 Square150x150 Square150x150 Square150x150 | The medium tile. |
| Square30x30 Square30x30 Square30x30 Square30x30 | The small image size used in search results, the Apps list, and in some other parts of the UI. |
| Square310x310 Square310x310 Square310x310 Square310x310 | The large tile. |
| Square44x44 Square44x44 Square44x44 Square44x44 | The small image size used in search results, the Apps list, and in some other parts of the UI. |
| Square70x70 Square70x70 Square70x70 Square70x70 | The small tile used on the Start screen. |
| Square71x71 Square71x71 Square71x71 Square71x71 | ** only**: The small tile used on the Start screen. Note that you cannot specify the size of a pinned secondary tile on Windows Phone 8.1, so this value currently has no use. |
| Wide310x150 Wide310x150 Wide310x150 Wide310x150 | The wide tile. |