Version

AnimationScrollDirection Enumeration

Specifies 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 AnimationScrollDirection 
   Inherits System.Enum
public enum AnimationScrollDirection : System.Enum 
Members
MemberDescription
AutoSelectThe actual value is determined based on the value of the UltraDesktopAlertShowWindowInfo.ScreenPosition property for the show transition, and based on the location of the desktop alert window (at the time it is automatically closed) for the close transition.
BottomLeftToTopRightCombines the BottomToTop and LeftToRight effects.
BottomRightToTopLeftCombines the BottomToTop and RightToLeft effects.
BottomToTopThe height of the desktop alert window is increased from zero to its natural height for the show transition, or decreased from its natural height to zero for the close transition, with the bottom edge remaining stationary for the show transition and the top edge remaining stationary for the close transition, over a period of time determined by the UltraDesktopAlert.AnimationSpeed property.
DefaultThe actual value is determined by the component, based on the value of the UltraDesktopAlert.Style property.
LeftToRightThe width of the desktop alert window is increased from zero to its natural width for the show transition, or decreased from its natural width to zero for the close transition, with the left edge remaining stationary for the show transition and the right edge remaining stationary for the close transition, over a period of time determined by the UltraDesktopAlert.AnimationSpeed property.
RightToLeftThe width of the desktop alert window is increased from zero to its natural width for the show transition, or decreased from its natural width to zero for the close transition, , with the right edge remaining stationary for the show transition and the left edge remaining stationary for the close transition, over a period of time determined by the UltraDesktopAlert.AnimationSpeed property.
TopLeftToBottomRightCombines the TopToBottom and LeftToRight effects.
TopRightToBottomLeftCombines the TopToBottom and RightToLeft effects.
TopToBottomThe height of the desktop alert window is increased from zero to its natural height for the show transition, or decreased from its natural height to zero for the close transition, with the top edge remaining stationary for the show transition and the bottom edge remaining stationary for the close transition, over a period of time determined 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