ClassSplashAnimationManager
A class that defines settings for configuring the splash screen and its animations.
Definition
Namespace:Telerik.WinControls.UI.SplashScreen
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class SplashAnimationManager
Inheritance: objectSplashAnimationManager
Constructors
SplashAnimationManager()
Initializes a new instance of the SplashAnimationManager class.
Declaration
public SplashAnimationManager()
Properties
AnimationDirection
Declaration
public ArrowDirection AnimationDirection { get; set; }
Property Value
CloseAnimationDuration
Gets or sets the duration of close animation, in milliseconds.
CloseAnimationType
Gets or sets the type of close animation.
Declaration
public SplashAnimationType CloseAnimationType { get; set; }
Property Value
ShowAnimationDuration
Gets or sets the duration of show animation, in milliseconds.
ShowAnimationType
Gets or sets the type of show animation.
Declaration
public SplashAnimationType ShowAnimationType { get; set; }
Property Value
Methods
StartClose(Form)
Starts a splash form close animation based on the CloseAnimationType, CloseAnimationDuration and AnimationDirection properties.
StartShow(Form)
Starts a callout form show animation based on the ShowAnimationType, ShowAnimationDuration and AnimationDirection properties.