Share via


InteractionTrackerVector2InertiaNaturalMotion.Condition Property

Definition

Gets or sets an ExpressionAnimation describing when the modifier should be applied.

public:
 property ExpressionAnimation ^ Condition { ExpressionAnimation ^ get(); void set(ExpressionAnimation ^ value); };
ExpressionAnimation Condition();

void Condition(ExpressionAnimation value);
public ExpressionAnimation Condition { get; set; }
var expressionAnimation = interactionTrackerVector2InertiaNaturalMotion.condition;
interactionTrackerVector2InertiaNaturalMotion.condition = expressionAnimation;
Public Property Condition As ExpressionAnimation

Property Value

An ExpressionAnimation describing when the modifier should be applied.

Applies to