DoubleAnimation Properties
Collapse the table of content
Expand the table of content

DoubleAnimation Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The DoubleAnimation type exposes the following members.

  NameDescription
Public property AutoReverse Gets or sets a value that indicates whether the timeline plays in reverse after it completes a forward iteration. (Inherited from Timeline.)
Public property BeginTime Gets or sets the time at which this Timeline should begin. (Inherited from Timeline.)
Public property By Gets or sets the total amount by which the animation changes its starting value.
Public property Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public property Duration Gets or sets the length of time for which this timeline plays, not counting repetitions. (Inherited from Timeline.)
Public property EasingFunction Gets or sets the easing function applied to this animation.
Public property FillBehavior Gets or sets a value that specifies how the animation behaves after it reaches the end of its active period. (Inherited from Timeline.)
Public property From Gets or sets the animation's starting value.
Public property RepeatBehavior Gets or sets the repeating behavior of this timeline. (Inherited from Timeline.)
Public property SpeedRatio Gets or sets the rate, relative to its parent, at which time progresses for this Timeline. (Inherited from Timeline.)
Public property To Gets or sets the animation's ending value.
Top

Show:
© 2017 Microsoft