C# Class ZForge.Controls.ExplorerBar.Expando.AnimationHelper

A class that helps Expandos animate
Inheritance: IDisposable
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Свойство Type Description
FadeAnimation int
NumAnimationFrames int
SlideAnimation int

Méthodes publiques

Méthode Description
AnimationHelper ( Expando expando, int animationType ) : System

Initializes a new instance of the AnimationHelper class with the specified settings

Dispose ( ) : void

Releases all resources used by the AnimationHelper

StartAnimation ( ) : void

Starts the Expando collapse/expand animation

StopAnimation ( ) : void

Stops the Expando collapse/expand animation

Méthodes protégées

Méthode Description
PerformAnimation ( ) : void

Updates the animation for the Expando

Private Methods

Méthode Description
animationTimer_Tick ( object sender, EventArgs e ) : void

Event handler for the animation timer tick event

Method Details

AnimationHelper() public méthode

Initializes a new instance of the AnimationHelper class with the specified settings
public AnimationHelper ( Expando expando, int animationType ) : System
expando Expando The Expando to be animated
animationType int The type of animation to perform
Résultat System

Dispose() public méthode

Releases all resources used by the AnimationHelper
public Dispose ( ) : void
Résultat void

PerformAnimation() protected méthode

Updates the animation for the Expando
protected PerformAnimation ( ) : void
Résultat void

StartAnimation() public méthode

Starts the Expando collapse/expand animation
public StartAnimation ( ) : void
Résultat void

StopAnimation() public méthode

Stops the Expando collapse/expand animation
public StopAnimation ( ) : void
Résultat void

Property Details

FadeAnimation public_oe static_oe property

Specifes that a fade animation is to be performed
public static int FadeAnimation
Résultat int

NumAnimationFrames public_oe static_oe property

The number of frames in an animation
public static int NumAnimationFrames
Résultat int

SlideAnimation public_oe static_oe property

Specifes that a slide animation is to be performed
public static int SlideAnimation
Résultat int