PointAnimation Constructor (Point, Point, Duration, FillBehavior)
.NET Framework (current version)
Initializes a new instance of the PointAnimation class that animates from the specified starting value to the specified destination value over the specified duration and has the specified fill behavior.
Assembly: PresentationCore (in PresentationCore.dll)
public:
PointAnimation(
Point fromValue,
Point toValue,
Duration duration,
FillBehavior fillBehavior
)
Parameters
- fromValue
-
Type:
System.Windows::Point
The starting value of the animation.
- 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.
- fillBehavior
-
Type:
System.Windows.Media.Animation::FillBehavior
Specifies how the animation behaves when it is not active.
.NET Framework
Available since 3.0
Available since 3.0
Show: