| Visual Basic (Declaration) | |
|---|---|
Public Enum NotificationAnimationStyle Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As NotificationAnimationStyle | |
| C# | |
|---|---|
public enum NotificationAnimationStyle : System.Enum | |
| Member | Description |
|---|---|
| Fading | The animation style of notification control is fading. |
| None | No animation style is set on notification control. |
| Sliding | The animation style of notification control is 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.
System.Object
System.ValueType
System.Enum
ISNet.WebUI.WebDesktop.NotificationAnimationStyle
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