InteractionTrackerVector2InertiaNaturalMotion.Condition 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 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.