InteractionTrackerVector2InertiaNaturalMotion.NaturalMotion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or set a Vector2NaturalMotionAnimation that describes the modified motion for InteractionTracker if the expression in the Condition property is true.
public:
property Vector2NaturalMotionAnimation ^ NaturalMotion { Vector2NaturalMotionAnimation ^ get(); void set(Vector2NaturalMotionAnimation ^ value); };
Vector2NaturalMotionAnimation NaturalMotion();
void NaturalMotion(Vector2NaturalMotionAnimation value);
public Vector2NaturalMotionAnimation NaturalMotion { get; set; }
var vector2NaturalMotionAnimation = interactionTrackerVector2InertiaNaturalMotion.naturalMotion;
interactionTrackerVector2InertiaNaturalMotion.naturalMotion = vector2NaturalMotionAnimation;
Public Property NaturalMotion As Vector2NaturalMotionAnimation
Property Value
A Vector2NaturalMotionAnimation that describes the modified motion for InteractionTracker if the expression in the Condition property is true.