Toasts – Diff between revs 16 and 22

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 16 Rev 22
Line 93... Line 93...
93 /// Requires a direction 93 /// Requires a direction
94 /// </remarks> 94 /// </remarks>
95 Slide = 0x40000, 95 Slide = 0x40000,
Line 96... Line 96...
96   96  
97 /// <summary> 97 /// <summary>
98 /// Fades from transaprent to opaque when showing and from opaque to transparent when hiding 98 /// Fades from transparent to opaque when showing and from opaque to transparent when hiding
99 /// </summary> 99 /// </summary>
100 Fade = 0x80000 100 Fade = 0x80000
Line 101... Line 101...
101 } 101 }