'Declaration Public Enum TileLayoutOrder Inherits System.Enum
public enum TileLayoutOrder : System.Enum
Member | Description |
---|---|
Horizontal | Position tiles one after another from left to right to fill all available columns then move to the next row in a snaking fashion to form uniform rows and columns. |
HorizontalVariable | Position tiles one after another from left to right to fill all available space horizontally then move to the next row in a snaking fashion supporting variable width tiles so that each row can have a different number of tiles. |
UseExplicitRowColumnOnTile | Position tiles based on their explicit Row, RowSpan, Column, and ColumnSpan settings. |
Vertical | Position tiles one after another from top to bottom to fill all available space vertically then move to the next column in a snaking fashion to form uniform rows and columns. |
VerticalVariable | Position tiles one after another from top to bottom to fill all available space vertically then move to the next column in a snaking fashion supporting variable height tiles so that each column can have a different number of tiles. |
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