Version

AllowTileDragging Enumeration

Determines whether tiles can be dragged from one location to another.
Syntax
'Declaration
 
Public Enum AllowTileDragging 
   Inherits System.Enum
public enum AllowTileDragging : System.Enum 
Members
MemberDescription
NoTiles can not be dragged from one location to another
SlideA tile can be dragged to a new location. During the drag operation other tiles are dynamically animated over to make room for the Tile being dragged.
SwapA tile can be dragged to a new location. The Tile is repositioned when the drop occurs at which time its swaps its location with the Tile being dropped upon.
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