Search
PathAnimation Members
Constructors Fields Properties Methods Events
 


Animates node positions along specified path.

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

 Public Constructors

  Name Description

PathAnimation

Overloaded.  

 Public Fields

  Name Description

AnimationsRunning

Track how many animations are running. (Inherited from Animation.)

InvokeOnMain

For internal use. (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. (Inherited from ItemAnimation.)

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

Gets the current value from animation's range. (Inherited from Animation.)

OnAnimationComplete

Animation.OnAnimationComplete override.

UpdateAnimation

Animation.UpdateAnimation override.

 Public Events

  Name Description

AnimationComplete

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

 See Also