Specifies whether elements are selected when the user performs a swipe interaction.
Syntax
var WinJS.UI.SwipeBehavior = { select : "select", none : "none" }
Members
The SwipeBehavior enumeration has these members.
| Member | Value | Description |
|---|---|---|
| select | "select" |
The swipe interaction selects the elements touched by the swipe. |
| none | "none" |
The swipe interaction does not change which elements are selected. |
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
WinJS.UI |
|
Library |
|
See also
Build date: 12/5/2012