Enum WipeDirection
Definition
- Namespace:
- Elm
Sharp
- Assembly:
- ElmSharp.dll
Enumeration for the direction in which the wipe effect should occur.
C#
Copy
[Obsolete("This has been deprecated in API12")]
public enum WipeDirection
Name | Description |
---|---|
Down | Wipe to the down. |
Left | Wipe to the left. |
Right | Wipe to the right. |
Up | Wipe to the up. |