ColorAnimationUsingKeyFrames Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ColorAnimationUsingKeyFrames 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.) |
|
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.) |
|
FillBehavior | Gets or sets a value that specifies how the animation behaves after it reaches the end of its active period. (Inherited from Timeline.) |
|
KeyFrames | Gets the collection of ColorKeyFrame objects that define the animation. |
|
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.) |
Show: