Base class of diagram item animations.
The following tables list the members exposed by the ItemAnimation type.
Name | Description | |
---|---|---|
Initializes a new instance of the ItemAnimation class. |
Name | Description | |
---|---|---|
Track how many animations are running. (Inherited from Animation.) |
||
For internal use. (Inherited from Animation.) |
Name | Description | |
---|---|---|
Indicates whether the animation is currently running. (Inherited from Animation.) |
||
Gets or sets the diagram item that should get animated. |
||
Gets or sets the object used to specify various property values for the animation. (Inherited from Animation.) |
||
Gets the progress of the current animation iteration. (Inherited from Animation.) |
Name | Description | |
---|---|---|
IDisposable.Dispose implementation. (Inherited from Animation.) |
||
Starts or resumes the animation. (Inherited from Animation.) |
||
Stops the animation. (Inherited from Animation.) |
Name | Description | |
---|---|---|
Gets the current value from animation's range. (Inherited from Animation.) |
||
Raises the AnimationComplete event. (Inherited from Animation.) |
||
Advance the animation. (Inherited from Animation.) |
Name | Description | |
---|---|---|
Raised when an Animation completes. (Inherited from Animation.) |