PointAnimation Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The PointAnimation type exposes the following members.
| Name | Description | |
|---|---|---|
|
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. |
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
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 you are applying to the animation. |
|
FillBehavior | Gets or sets a value that specifies how the animation behaves after it reaches the end of its active period. (Inherited from Timeline.) |
|
From | Gets or sets the animation's starting value. |
|
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.) |
|
To | Gets or sets the animation's ending value. |
Show: