'Declaration Public Enum AllowTileSizing Inherits System.Enum
public enum AllowTileSizing : System.Enum
Member | Description |
---|---|
Individual | Tiles can be resized independently of one another |
No | Tiles can not be resized. |
Synchronized | When one tile is resized, all tiles are resized to that same size. This is the default setting. |
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.
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