Rotation3DAnimation Properties
.NET Framework 4.5
The Rotation3DAnimation type exposes the following members.
| Name | Description | |
|---|---|---|
|
AccelerationRatio | Gets or sets a value specifying the percentage of the timeline's Duration spent accelerating the passage of time from zero to its maximum rate. (Inherited from Timeline.) |
|
AutoReverse | Gets or sets a value that indicates whether the timeline plays in reverse after it completes a forward iteration. (Inherited from Timeline.) |
|
BeginTime | Gets or sets the time at which this Timeline should begin. (Inherited from Timeline.) |
|
By | Gets or sets the total amount by which the animation changes its starting value. |
|
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) |
|
DecelerationRatio | Gets or sets a value specifying the percentage of the timeline's Duration spent decelerating the passage of time from its maximum rate to zero. (Inherited from Timeline.) |
|
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) |
|
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
|
Duration | Gets or sets the length of time for which this timeline plays, not counting repetitions. (Inherited from Timeline.) |
|
EasingFunction | Gets or sets the easing function applied to this animation. |
|
FillBehavior | Gets or sets a value that specifies how the Timeline behaves after it reaches the end of its active period. (Inherited from Timeline.) |
|
From | Gets or sets the animation's starting value. |
|
HasAnimatedProperties | Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object's dependency properties. (Inherited from Animatable.) |
|
IsAdditive | Gets or sets a value that indicates whether the target property's current value should be added to this animation's starting value. |
|
IsCumulative | Gets or sets a value that specifies whether the animation's value accumulates when it repeats. |
|
IsDestinationDefault | Gets a value that indicates whether this animation uses the defaultDestinationValue parameter of the GetCurrentValue method as its destination value. (Inherited from AnimationTimeline.) |
|
IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) |
|
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) |
|
Name | Gets or sets the name of this Timeline. (Inherited from Timeline.) |
|
RepeatBehavior | Gets or sets the repeating behavior of this timeline. (Inherited from Timeline.) |
|
SpeedRatio | Gets or sets the rate, relative to its parent, at which time progresses for this Timeline. (Inherited from Timeline.) |
|
TargetPropertyType | Gets the type of value this animation generates. (Inherited from Rotation3DAnimationBase.) |
|
To | Gets or sets the animation's ending value. |