MindFusion WinForms Programmer's Guide
ItemAnimation Members
Constructors Fields Properties Methods Events
 


Base class of diagram item animations.

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

 Public Constructors

  Name Description

ItemAnimation

Initializes a new instance of the ItemAnimation class.

 Public Fields

  Name Description

AnimationsRunning

  (Inherited from Animation.)

InvokeOnMain

  (Inherited from Animation.)

 Public Properties

  Name Description

IsRunning

Indicates whether the animation is currently running. (Inherited from Animation.)

Item

Gets or sets the diagram item that should get animated.

Options

Gets or sets the object used to specify various property values for the animation. (Inherited from Animation.)

Progress

Gets the progress of the current animation iteration. (Inherited from Animation.)

 Public Methods

  Name Description

Dispose

IDisposable.Dispose implementation. (Inherited from Animation.)

Start

Starts or resumes the animation. (Inherited from Animation.)

Stop

Stops the animation. (Inherited from Animation.)

 Protected Methods

  Name Description

FloatValue

  (Inherited from Animation.)

OnAnimationComplete

Raises the AnimationComplete event. (Inherited from Animation.)

UpdateAnimation

  (Inherited from Animation.)

 Public Events

  Name Description

AnimationComplete

Raised when an Animation completes. (Inherited from Animation.)

 See Also

ItemAnimation Class
MindFusion.Diagramming.Animations Namespace