Version

LargeTilePosition Enumeration

The various positions where Large state UltraTiles can be displayed in the UltraTilePanel.
Syntax
'Declaration
 
Public Enum LargeTilePosition 
   Inherits System.Enum
public enum LargeTilePosition : System.Enum 
Members
MemberDescription
BottomThe tiles in the Large state will be arranged horizontally on the bottom of the UltraTilePanel.
DefaultThe default side.
LeftThe tiles in the Large state will be arranged vertically on the left side of the UltraTilePanel.
RightThe tiles in the Large state will be arranged vertically on the right side of the UltraTilePanel.
TopThe tiles in the Large state will be arranged horizontally on the top of the UltraTilePanel.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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