Enum WipeType
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for whether the wipe effect should show or hide the object.
C#Copy[Obsolete("This has been deprecated in API12")] public enum WipeType
| Name | Description |
|---|---|
| Hide | Hide the object during the animation. |
| Show | Show the object during the animation. |