Version

CurrentSize Property

Returns or sets a value which determines the current size and dimensions of the tile.
Syntax
'Declaration
 
Public Property CurrentSize As TileSize
public TileSize CurrentSize {get; set;}
Remarks

Static tiles support the 'Small' and 'Medium' sizes; Live tiles support 'Small', 'Medium', 'Wide', and 'Large' sizes.

Setting the CurrentSize property on a StaticTile to 'Wide' or 'Large' is not supported, and causes an exception to be thrown.

Use the Sizing property to control how the user can change this property via the user interface.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also