4.919 ThicknessAnimation

x:Object > DependencyObject > Freezable > Animatable > Timeline > AnimationTimeline > ThicknessAnimationBase > ThicknessAnimation
ThicknessAnimation
(usage)
<ThicknessAnimation />
(description)
Animates the value of a Thickness property between two target values using linear interpolation over a specified Duration.
[name property]
Name
(properties)
By
x:Nullable(Thickness)
(description)
The total amount by which the animation changes its starting value.
EasingFunction
IEasingFunction
(description)
The easing function applied to this animation.
From
x:Nullable(Thickness)
(description)
The animation's starting value.
IsAdditive
x:Boolean
(description)
A value that indicates whether the target property's current value should be added to this animation's starting value.
IsCumulative
x:Boolean
(description)
A value that specifies whether the animation's value accumulates when it repeats.
To
x:Nullable(Thickness)
(description)
The animation's ending value.