Version

TileState Enumeration

Represents that various states in which an UltraTile can be.
Syntax
'Declaration
 
Public Enum TileState 
   Inherits System.Enum
public enum TileState : System.Enum 
Members
MemberDescription
LargeThe tile is in the Large state. Tiles in the Large state are the same size as other tiles in the UltraTilePanel which are also in the Large state. If one or more tiles are in the Large state, all normal state tiles in the UltraTilePanel will be smaller and off to one side. Large state tiles will be larger in size and more in the middle of the panel.
NormalThe tile is in the Normal state. Tiles in the Normal state are the same size as other tiles in the UltraTilePanel which are also in the Normal state. If there are any tiles in the UltraTilePanel which are in the Large state, the Normal state tiles are smaller add off to one side 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