Point3DAnimation Constructor
.NET Framework 4.5
Initializes a new instance of the Point3DAnimation class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Point3DAnimation() | Initializes a new instance of the Point3DAnimation class. |
|
Point3DAnimation(Point3D, Duration) | Initializes a new instance of the Point3DAnimation 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. |
|
Point3DAnimation(Point3D, Duration, FillBehavior) | Initializes a new instance of the Point3DAnimation class that animates to the specified value over the specified duration and has the specified fill behavior. The starting value for the animation is the base value of the property being animated or the output from another animation. |
|
Point3DAnimation(Point3D, Point3D, Duration) | Initializes a new instance of the Point3DAnimation class that animates from the specified starting value to the specified destination value over the specified duration. |
|
Point3DAnimation(Point3D, Point3D, Duration, FillBehavior) | Initializes a new instance of the Point3DAnimation class that animates from the specified starting value to the specified destination value over the specified duration and has the specified fill behavior. |