TileSize Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the size of tile to pin. Used by some secondary tile constructors.
public enum class TileSize
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class TileSize
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum TileSize
var value = Windows.UI.StartScreen.TileSize.default
Public Enum TileSize
- Inheritance
-
TileSize
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Use the default size of the app tile. |
Square30x30 | 1 | The small image size used in search results, the Apps list, and in some other parts of the UI. |
Square70x70 | 2 | The small tile used on the Start screen. |
Square150x150 | 3 | The medium tile. |
Wide310x150 | 4 | The wide tile. |
Square310x310 | 5 | The large tile. |
Square71x71 | 6 | ** 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. |
Square44x44 | 7 | The small image size used in search results, the Apps list, and in some other parts of the UI. |