FromToByAnimationT Properties |
The FromToByAnimationT generic type exposes the following members.
Name | Description | |
---|---|---|
By |
Gets or sets the final value of the animation relative to the start value.
| |
Duration |
Gets or sets the duration of the interpolation.
| |
EasingFunction |
Gets or sets the easing function that controls the pace of the interpolation.
| |
FillBehavior |
Gets or sets a value that specifies how the animation behaves when it reaches the end of its
duration.
(Inherited from AnimationT.) | |
From |
Gets or sets the start value of the animation.
| |
IsAdditive |
Gets or sets a value indicating whether the output of the animation is added to the current
value of the property that is being animated.
(Inherited from AnimationT.) | |
TargetObject |
Gets or sets the object to which the animation is applied by default.
(Inherited from AnimationT.) | |
TargetProperty |
Gets or sets the property to which the animation is applied by default.
(Inherited from AnimationT.) | |
To |
Gets or sets the final value of the animation.
| |
Traits |
Gets the traits of the animation values.
(Inherited from AnimationT.) |