| Visual Basic (Declaration) | |
|---|---|
Public Property AnimationStyle As NotificationAnimationStyle | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebNotification Dim value As NotificationAnimationStyle instance.AnimationStyle = value value = instance.AnimationStyle | |
| C# | |
|---|---|
public NotificationAnimationStyle AnimationStyle {get; set;} | |
Using AnimationStyle you can determine the animation style for visual effects, either Fading or Sliding.
When set to Fading, the WebNotification window will be displayed (fading from transparent to opaque). The animation speed can be set in FadingSpeed property. The Fading mode resembles the Outlook 2003® animation's style and behavior.
The Sliding mode resembles the MSN Messenger® animation's style and behavior where notification window will be slided from bottom to top.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2