TileSize Enum

Definition

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

Default 0

Use the default size of the app tile.

Square150x150 3

The medium tile.

Square30x30 1

The small image size used in search results, the Apps list, and in some other parts of the UI.

Square310x310 5

The large tile.

Square44x44 7

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.

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.

Wide310x150 4

The wide tile.

Applies to