PointAnimation Constructor (Point, Duration)
.NET Framework (current version)
Initializes a new instance of the PointAnimation class that animates to the specified value over the specified duration. The starting value for the animation is the base value of the property being animated or the output from another animation.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- toValue
-
Type:
System.Windows::Point
The destination value of the animation.
- duration
-
Type:
System.Windows::Duration
The length of time the animation takes to play from start to finish, once. See the Duration property for more information.
.NET Framework
Available since 3.0
Available since 3.0
Show: