Version

XamTileManagerProxy.TileStates Enumeration

Enum of the different states that a tile can be in
Syntax
'Declaration
 
Public Enum XamTileManagerProxy.TileStates 
   Inherits System.Enum
public enum XamTileManagerProxy.TileStates : System.Enum 
__value public enum XamTileManagerProxy.TileStates : public System.Enum 
Members
MemberDescription
MaximizedIf any tile is in a 'Maximized' state then all other tiles can only be 'Maximized', 'Minimized' or 'MinimizedExpanded'.
Minimized'Minimized' is only returned if there is at least one tile in a 'Maximized' state. A Tile in the 'Minimized' state will usually just display its Header not its Content.
MinimizedExpanded'MinimizedExpanded' is only returned if there is at least one tile in a 'Maximized' state. A Tile in the 'MinimizedExpanded' state will usually display its Header and its Content but the Tile will be grouped with all other minimized Tiles, both collapsed and expanded.
NormalAll tiles will return 'Normal' as long as no tile is in a 'Maximized' state. Conversely if any Tile is 'Maximized' then no Tile with return 'Normal'.
Requirements

Target Platforms: 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