Version

TileCommandType Enumeration

Identifies the commands exposed by XamTile
Syntax
'Declaration
 
Public Enum TileCommandType 
   Inherits System.Enum
public enum TileCommandType : System.Enum 
Members
MemberDescription
CloseCommand used to closes a XamTile. The source must be a XamTile or within it - or the CommandParameter must be the tile.
ToggleMaximizedCommand used to toggle the XamTile.State of a XamTile to and from 'Maximized'.
ToggleMinimizedExpansionCommand used to toggle the XamTile.State of a XamTile to and from 'MinimizedExpanded'.
Requirements

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

See Also