Version

TileCloseAction Enumeration

Determines what happens when Tiles are closed.
Syntax
'Declaration
 
Public Enum TileCloseAction 
   Inherits System.Enum
public enum TileCloseAction : System.Enum 
Members
MemberDescription
CollapseTileWhen the XamTile is closed its Visibility will be coerced to 'Collapsed' but the associated item will remain in the Items collection.
DefaultThe default value which resolves to 'DoNothing'
DoNothingThe XamTile can't be closed.
RemoveItemWhen the XamTile is closed the associated item will be removed from the Items collection.
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