TileSize 枚举

定义

指定要固定的磁贴的大小。 由某些辅助磁贴构造函数使用。

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
继承
TileSize
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

Default 0

使用应用磁贴的默认大小。

Square150x150 3

中等磁贴。

Square30x30 1

搜索结果、应用列表和 UI 其他部分中使用的小图像大小。

Square310x310 5

大磁贴。

Square44x44 7

搜索结果、应用列表和 UI 其他部分中使用的小图像大小。

Square70x70 2

“开始”屏幕上使用的小磁贴。

Square71x71 6

** only**:在“开始”屏幕上使用的小磁贴。 请注意,不能在 Windows Phone 8.1 上指定固定辅助磁贴的大小,因此此值目前没有用。

Wide310x150 4

宽磁贴。

适用于