'Declaration Public Enum MaximizedTileLayoutOrder Inherits System.Enum
public enum MaximizedTileLayoutOrder : System.Enum
Member | Description |
---|---|
Horizontal | Arrange maximized tiles one after another from left to right to fill all available columns then move to the next row below in a snaking fashion. |
HorizontalWithLastTileFill | Arrange maximized tiles one after another from left to right to fill all available columns then move to the next row below in a snaking fashion. If the resulting number of rows times columns doesn't exactly match the number of maximized tiles then the last tile will span any remaining columns in order to fill up all the available space in the maximized area. |
SingleColumn | Arrange maximized maximized tiles vertically, one on top of the other. |
SingleRow | Arrange maximized maximized tiles horizontally, left to right. |
Vertical | Arrange maximized tiles one after another from top to bottom to fill all available space then move to the next column in a snaking fashion. |
VerticalWithLastTileFill | Arrange maximized tiles one after another from top to bottom to fill all available space then move to the next column in a snaking fashion. If the resulting number of rows times columns doesn't exactly match the number of maximized tiles then the last tile will span any remaining rows in order to fill up all the available space in the maximized area. |
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