OpenSwipeItem 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 which swipe items to open based on the swipe gesture direction.
public enum class OpenSwipeItem
public enum OpenSwipeItem
type OpenSwipeItem =
Public Enum OpenSwipeItem
- Inheritance
-
OpenSwipeItem
Fields
Name | Value | Description |
---|---|---|
LeftItems | 0 | Items displayed when the user swipes from the left side. |
TopItems | 1 | Items displayed when the user swipes from the top side. |
RightItems | 2 | Items displayed when the user swipes from the right side. |
BottomItems | 3 | Items displayed when the user swipes from the bottom side. |