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.
[System.Flags]
public enum SwipeDirection
type SwipeDirection =
- Inheritance
-
System.EnumSwipeDirection
- Attributes
-
System.FlagsAttribute
Fields
Down | 8 | Indicates a downward swipe. |
Left | 2 | Indicates a leftward swipe. |
Right | 1 | Indicates a rightward swipe. |
Up | 4 | Indicates an upward swipe. |