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