'Declaration Public Enum AnimationStyle Inherits System.Enum
public enum AnimationStyle : System.Enum
Member | Description |
---|---|
Default | The actual value is determined at a higher level of the property resolution hierarchy. |
Fade | The desktop alert window’s opacity is gradually increased or decreased over a period of time as defined by the UltraDesktopAlert.AnimationSpeed property. |
FadeAndScroll | Combines the 'Fade' and 'Scroll' settings; the desktop alert window both fades and scrolls when appearing or automatically closing. |
None | The desktop alert window does not use animation when displaying or automatically closing. |
Scroll | The 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. |
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