Charting for WinForms Programmer's Guide
MindFusion.Animations Namespace
Classes Interfaces Delegates Enumerations
 

 Classes

  Class Description

Animation

Represents an object that is used to animate items.

AnimationOptions

An object used to specify various property values for an Animation.

 Interfaces

  Interface Description

IAnimationItem

Represents an item that can be animated by an Animation.

 Delegates

  Delegate Description

CustomFunctionCallback

A callback function called when the animation type is set to Custom, responsible to provide the animation update function.

UpdateCallback

A callback function called on every animation tick, responsible for updating animated objects according to current animation progress.

 Enumerations

  Enumeration Description

AnimationType

Specifies the animation function used by an Animation object.

EasingType

Specifies the easing applied to an animation.