Class
SplashAnimationManager

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:

cs-api-definition
public class SplashAnimationManager

Inheritance: objectSplashAnimationManager

Constructors

SplashAnimationManager()

Initializes a new instance of the SplashAnimationManager class.

Declaration

cs-api-definition
public SplashAnimationManager()

Properties

AnimationDirection

Declaration

cs-api-definition
public ArrowDirection AnimationDirection { get; set; }

Property Value

ArrowDirection

CloseAnimationDuration

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

Declaration

cs-api-definition
public int CloseAnimationDuration { get; set; }

Property Value

int

CloseAnimationType

Gets or sets the type of close animation.

Declaration

cs-api-definition
public SplashAnimationType CloseAnimationType { get; set; }

Property Value

SplashAnimationType

ShowAnimationDuration

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

Declaration

cs-api-definition
public int ShowAnimationDuration { get; set; }

Property Value

int

ShowAnimationType

Gets or sets the type of show animation.

Declaration

cs-api-definition
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

cs-api-definition
protected virtual void StartClose(Form form)

Parameters

form

Form

StartShow(Form)

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

Declaration

cs-api-definition
protected virtual void StartShow(Form form)

Parameters

form

Form