ForwardAnimation Properties |
The ForwardAnimation type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnimatingForward |
Gets or sets a value indicating whether animation is in the forward direction.
If false, animation is going backwards.
|
![]() | IsAnimating |
Gets whether or not animation is playing.
(Overrides MinimalForwardAnimation.IsAnimating.) |
![]() | IsPaused |
Gets whether animation is paused.
|
![]() | IsReset |
Gets whether animation has been reset.
|
![]() | IsStopped |
Gets whether animation is stopped.
|
![]() | MessageLoopType |
Gets or sets the type of message loop, Windows Forms or Windows Presentation Foundation, employed
by the application. By default, this is set to
MessageLoopType.AutoDetect.
|
![]() | NextTime |
Gets the next animation time.
|
![]() | RefreshRate |
Gets or sets the rate (fastest or fixed) at which the scene is refreshed during rendering.
(Overrides MinimalForwardAnimation.RefreshRate.) |
![]() | State |
Gets or sets the current animation state.
|
![]() | TargetedFramesPerSecond |
Gets or sets the targeted frames per second if RefreshRate is set to
use TargetedFramesPerSecond.
(Overrides MinimalForwardAnimation.TargetedFramesPerSecond.) |
![]() | Time |
Gets or sets the current animation time.
|