Version

TileHeaderPosition Enumeration

The various sides on which the header for an UltraTile can be positioned.
Syntax
'Declaration
 
Public Enum TileHeaderPosition 
   Inherits System.Enum
public enum TileHeaderPosition : System.Enum 
Members
MemberDescription
BottomThe header will be positioned on the bottom of the tile.
DefaultThe default side.
HiddenThe header will not be shown in the tile.
TopThe header will be positioned on the top of the tile.
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