Version

AnimationSpeed Enumeration

Specifies the speed of the animation effect(s) which are applied to the desktop alert window when the UltraDesktopAlert.AnimationStyleShow or UltraDesktopAlert.AnimationStyleAutoClose property is set to either 'Scroll' or 'FadeAndScroll'.
Syntax
'Declaration
 
Public Enum AnimationSpeed 
   Inherits System.Enum
public enum AnimationSpeed : System.Enum 
Members
MemberDescription
DefaultThe actual value is determined by the component, based on the value of the UltraDesktopAlert.Style property.
FastThe animation sequence is spread over a relatively short period of time.
MediumThe animation sequence is spread over a relatively moderate period of time.
SlowThe animation sequence is spread over a relatively long period of time.
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