Enum WipeDirection
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
- API Level:
- preview
Enumeration for the direction in which the wipe effect should occur.
C#Copypublic enum WipeDirection
Name | Description |
---|---|
Down | Wipe to the down. |
Left | Wipe to the left. |
Right | Wipe to the right. |
Up | Wipe to the up. |