SwipeBehaviorOnInvoked
SwipeBehaviorOnInvoked
SwipeBehaviorOnInvoked
SwipeBehaviorOnInvoked
Enum
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Defines constants that specify how a SwipeControl behaves after a command is invoked.
public : enum class SwipeBehaviorOnInvokedpublic enum SwipeBehaviorOnInvokedPublic Enum SwipeBehaviorOnInvoked// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Fields
| Auto Auto Auto Auto | Prerelease. In Reveal mode, the SwipeControl closes after an item is invoked. In Execute mode, the SwipeControl remains open. |
| Close Close Close Close | Prerelease. The SwipeControl closes after an item is invoked. |
| RemainOpen RemainOpen RemainOpen RemainOpen | Prerelease. The SwipeControl remains open after an item is invoked. |