SwipeDirection 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.
Enumerates swipe directions.
This enumeration supports a bitwise combination of its member values.
public enum class SwipeDirection
[System.Flags]
public enum SwipeDirection
[<System.Flags>]
type SwipeDirection =
Public Enum SwipeDirection
- Inheritance
-
SwipeDirection
- Attributes
Fields
Name | Value | Description |
---|---|---|
Right | 1 | Indicates a rightward swipe. |
Left | 2 | Indicates a leftward swipe. |
Up | 4 | Indicates an upward swipe. |
Down | 8 | Indicates a downward swipe. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.