SwipeBehaviorOnInvoked Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the behavior of a SwipeView when an item is invoked.
public enum class SwipeBehaviorOnInvoked
public enum SwipeBehaviorOnInvoked
type SwipeBehaviorOnInvoked =
Public Enum SwipeBehaviorOnInvoked
- Inheritance
-
SwipeBehaviorOnInvoked
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | In Reveal mode, the SwipeView closes after invocation; in Execute mode, remains open. |
Close | 1 | The SwipeView closes after an item is invoked. |
RemainOpen | 2 | The SwipeView remains open after an item is invoked. |