Version

AllowTileSizing Enumeration

Determines whether tiles can be resized.
Syntax
'Declaration
 
Public Enum AllowTileSizing 
   Inherits System.Enum
public enum AllowTileSizing : System.Enum 
Members
MemberDescription
IndividualTiles can be resized independently of one another
NoTiles can not be resized.
SynchronizedWhen one tile is resized, all tiles are resized to that same size. This is the default setting.
Remarks

Note: the 'Synchronized' setting (the default) is ignored in maximized mode or if TileLayoutOrder is set to 'UseExplicitRowColumnOnTile'. Also, if TileLayoutOrder is set to 'HorizontalVariable' only the synchronized height will be used. Likewise, if it is set to 'VerticalVaraible' only the synchronized width will be used.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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