New to Telerik UI for WinFormsStart a free 30-day trial

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:

C#
public class SplashAnimationManager

Inheritance: objectSplashAnimationManager

Constructors

Initializes a new instance of the SplashAnimationManager class.

C#
public SplashAnimationManager()

Properties

C#
public ArrowDirection AnimationDirection { get; set; }

Gets or sets the duration of close animation, in milliseconds.

C#
public int CloseAnimationDuration { get; set; }

Gets or sets the type of close animation.

C#
public SplashAnimationType CloseAnimationType { get; set; }

Gets or sets the duration of show animation, in milliseconds.

C#
public int ShowAnimationDuration { get; set; }

Gets or sets the type of show animation.

C#
public SplashAnimationType ShowAnimationType { get; set; }

Methods

Starts a splash form close animation based on the CloseAnimationType, CloseAnimationDuration and AnimationDirection properties.

C#
protected virtual void StartClose(Form form)
Parameters:formForm

Starts a callout form show animation based on the ShowAnimationType, ShowAnimationDuration and AnimationDirection properties.

C#
protected virtual void StartShow(Form form)
Parameters:formForm