Version

MaximizedTileLocation Enumeration

Determines where the maximized tile area will be relative to the minimized tile area
Syntax
'Declaration
 
Public Enum MaximizedTileLocation 
   Inherits System.Enum
public enum MaximizedTileLocation : System.Enum 
Members
MemberDescription
BottomMaximized tiles are arranged on the bottom therefore minimized tiles are on the top.
LeftMaximized tiles are arranged on the left therefore minimized tiles are on the right.
RightMaximized tiles are arranged on the right therefore minimized tiles are on the left.
TopMaximized tiles are arranged on the top therefore minimized tiles are on the bottom.
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