SwipeMode 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 SwipeMode
public enum SwipeMode
type SwipeMode =
Public Enum SwipeMode
- Inheritance
-
SwipeMode
Fields
Name | Value | Description |
---|---|---|
Reveal | 0 | Display additional context items which may be selected. |
Execute | 1 | Immediately execute the associated command upon invocation. |