Click or drag to resize

ForwardAndBackwardAnimation Properties

The ForwardAndBackwardAnimation type exposes the following members.

Properties
  NameDescription
Protected propertyAnimatingForward
Gets or sets a value indicating whether or not animation is in the forward direction. If , animation is going backwards.
(Inherited from ForwardAnimation.)
Public propertyEndCycle
Gets or sets the end cycle.
Public propertyEndTime
Gets or sets the end time of the animation.
Public propertyIsAnimating
Gets whether or not animation is playing.
(Inherited from ForwardAnimation.)
Public propertyIsPaused
Gets whether or not animation is paused.
(Inherited from ForwardAnimation.)
Public propertyIsReset
Gets whether or not animation has been reset.
(Inherited from ForwardAnimation.)
Public propertyIsStopped
Gets whether or not animation is stopped.
(Inherited from ForwardAnimation.)
Public propertyMessageLoopType
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.
(Inherited from ForwardAnimation.)
Protected propertyNextTime
Gets the next animation time.
(Inherited from ForwardAnimation.)
Public propertyRefreshRate
Gets or sets the rate (fastest or fixed) at which the scene is refreshed during rendering.
(Inherited from ForwardAnimation.)
Public propertyStartCycle
Gets or sets the start cycle.
Public propertyStartTime
Gets or sets the start time of the animation.
Protected propertyState
Gets or sets the current animation state.
(Inherited from ForwardAnimation.)
Public propertyTargetedFramesPerSecond
Gets or sets the targeted frames per second if RefreshRate is set to use TargetedFramesPerSecond.
(Inherited from ForwardAnimation.)
Public propertyTime
Gets or sets the current animation time.
(Inherited from ForwardAnimation.)
Top
See Also