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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.