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