Charting for WinForms Programmer's Guide
Animation Members
Constructors Properties Methods Events
 


Represents an object that is used to animate items.

The following tables list the members exposed by the Animation type.

 Public Constructors

  Name Description

Animation

Overloaded.  

 Public Properties

  Name Description

IsRunning

Indicates whether the animation is currently running.

Item

Gets or sets the item to animate.

Options

Gets or sets the object used to specify various property values for the animation.

Progress

Gets the progress of the current animation iteration.

 Public Methods

  Name Description

Dispose

IDisposable.Dispose implementation.

Start

Starts or resumes the animation.

Stop

Stops the animation.

 Protected Methods

  Name Description

OnAnimationComplete

Raises the AnimationComplete event.

 Public Events

  Name Description

AnimationComplete

Raised when an Animation completes.

 See Also

Animation Class
MindFusion.Animations Namespace