Version

AnimationStyle Enumeration

Specifies which style of animation is used for the desktop alert windows displayed by the UltraDesktopAlert component.
Syntax
'Declaration
 
Public Enum AnimationStyle 
   Inherits System.Enum
public enum AnimationStyle : System.Enum 
Members
MemberDescription
DefaultThe actual value is determined at a higher level of the property resolution hierarchy.
FadeThe desktop alert window’s opacity is gradually increased or decreased over a period of time as defined by the UltraDesktopAlert.AnimationSpeed property.
FadeAndScrollCombines the 'Fade' and 'Scroll' settings; the desktop alert window both fades and scrolls when appearing or automatically closing.
NoneThe desktop alert window does not use animation when displaying or automatically closing.
ScrollThe desktop alert window’s width, height, or size is gradually increased or decreased (depending on the value of the UltraDesktopAlert.AnimationScrollDirectionShow or UltraDesktopAlert.AnimationScrollDirectionAutoClose property, along with whether the desktop alert window is opening or closing) over a period of time as defined by the UltraDesktopAlert.AnimationSpeed property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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