Vector2NaturalMotionAnimation
Vector2NaturalMotionAnimation
Vector2NaturalMotionAnimation
Vector2NaturalMotionAnimation
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
The base Vector2 NaturalMotionAnimation used to target a Vector2 property.
public : class Vector2NaturalMotionAnimation : NaturalMotionAnimation, IVector2NaturalMotionAnimationpublic class Vector2NaturalMotionAnimation : NaturalMotionAnimation, IVector2NaturalMotionAnimationPublic Class Vector2NaturalMotionAnimation Inherits NaturalMotionAnimation Implements IVector2NaturalMotionAnimation// This API is not available in Javascript.
- Inheritance
-
Vector2NaturalMotionAnimationVector2NaturalMotionAnimationVector2NaturalMotionAnimationVector2NaturalMotionAnimation
- Attributes
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Inherited Members
Inherited methods
Inherited properties
Properties
FinalValue FinalValue FinalValue FinalValue
Prerelease. Gets or sets a value that indicates where the animation ends.
public : IReference<Vector2> FinalValue { get; set; }public Nullable<Vector2> FinalValue { get; set; }Public ReadWrite Property FinalValue As Nullable<Vector2>// This API is not available in Javascript.
- Value
- IReference<Vector2> Nullable<Vector2> Nullable<Vector2> Nullable<Vector2>
A value that indicates where the animation ends. The default is null. If left null, the ending value of the property being animated is used.
InitialValue InitialValue InitialValue InitialValue
Prerelease. Gets or sets a value that indicates where the animation starts.
public : IReference<Vector2> InitialValue { get; set; }public Nullable<Vector2> InitialValue { get; set; }Public ReadWrite Property InitialValue As Nullable<Vector2>// This API is not available in Javascript.
- Value
- IReference<Vector2> Nullable<Vector2> Nullable<Vector2> Nullable<Vector2>
A value that indicates where the animation starts. The default is null. If left null, the beginning value of the property being animated is used.
InitialVelocity InitialVelocity InitialVelocity InitialVelocity
Prerelease. Gets or sets the velocity that the animation starts with.
public : Vector2 InitialVelocity { get; set; }public Vector2 InitialVelocity { get; set; }Public ReadWrite Property InitialVelocity As Vector2// This API is not available in Javascript.
- Value
- Vector2 Vector2 Vector2 Vector2
The velocity that the animation starts with. The default is 0.