Toasts – Diff between revs 22 and 40

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 22 Rev 40
Line 45... Line 45...
45 /// Horizontal and vertical directions can be combined to create diagonal animations 45 /// Horizontal and vertical directions can be combined to create diagonal animations
46 /// </remarks> 46 /// </remarks>
47 [Flags] 47 [Flags]
48 public enum AnimationDirection 48 public enum AnimationDirection
49 { 49 {
-   50 None = 0x0,
-   51  
50 /// <summary> 52 /// <summary>
51 /// From left to right 53 /// From left to right
52 /// </summary> 54 /// </summary>
53 Right = 0x1, 55 Right = 0x1,