Version

TileSizing Enumeration

Constants which determine the value or values to which a tile's CurrentSize property can be changed via the user interface.
Syntax
'Declaration
 
Public Enum TileSizing 
   Inherits System.Enum
public enum TileSizing : System.Enum 
Members
MemberDescription
AllThe tile size can be changed to any value by the user.
LargeThe tile size can be changed to 'Large' by the user.
MediumThe tile size can be changed to 'Medium' by the user.
NoneThe tile size is fixed by the developer and cannot be changed by the user.
SmallThe tile size can be changed to 'Small' by the user.
WideThe tile size can be changed to 'Wide' by the user.
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