'Declaration Public Enum TileCloseAction Inherits System.Enum
public enum TileCloseAction : System.Enum
Member | Description |
---|---|
CollapseTile | When the XamTile is closed its Visibility will be coerced to 'Collapsed' but the associated item will remain in the Items collection. |
Default | The default value which resolves to 'DoNothing' |
DoNothing | The XamTile can't be closed. |
RemoveItem | When the XamTile is closed the associated item will be removed from the Items collection. |
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