'Declaration Public Enum AnimationScrollDirection Inherits System.Enum
public enum AnimationScrollDirection : System.Enum
Member | Description |
---|---|
AutoSelect | The 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. |
BottomLeftToTopRight | Combines the BottomToTop and LeftToRight effects. |
BottomRightToTopLeft | Combines the BottomToTop and RightToLeft effects. |
BottomToTop | The 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. |
Default | The actual value is determined by the component, based on the value of the UltraDesktopAlert.Style property. |
LeftToRight | The 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. |
RightToLeft | The 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. |
TopLeftToBottomRight | Combines the TopToBottom and LeftToRight effects. |
TopRightToBottomLeft | Combines the TopToBottom and RightToLeft effects. |
TopToBottom | The 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. |
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