Intersoft WebDesktop Documentation
NotificationAnimationStyle Enumeration
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : NotificationAnimationStyle Enumeration


Glossary Item Box

Value representing the animation style for this notification control.

Syntax

Visual Basic (Declaration) 
Public Enum NotificationAnimationStyle 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As NotificationAnimationStyle
C# 
public enum NotificationAnimationStyle : System.Enum 

Members

MemberDescription
FadingThe animation style of notification control is fading.
NoneNo animation style is set on notification control.
SlidingThe animation style of notification control is sliding.

Remarks

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebDesktop.NotificationAnimationStyle

Requirements

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

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.