Search
Animation Members
Constructors Fields 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 Fields

  Name Description

AnimationsRunning

Track how many animations are running.

InvokeOnMain

For internal use.

 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

FloatValue

Gets the current value from animation's range.

OnAnimationComplete

Raises the AnimationComplete event.

UpdateAnimation

Advance the animation.

 Public Events

  Name Description

AnimationComplete

Raised when an Animation completes.

 See Also