Partager via


InteractionTrackerInertiaRestingValue.RestingValue Propriété

Définition

ExpressionAnimation pour définir la valeur de repos d’InteractionTracker si l’expression de la propriété Condition a la valeur true.

La propriété Resting est une ExpressionAnimation qui décrit l’emplacement vers lequel InteractionTracker se déplace après une interaction si la condition correspondante est remplie. Cette expression est exécutée à chaque image lorsque InteractionTracker est dans Inertie et doit être résolue en un type Float, sinon une erreur est générée lors de l’évaluation de l’équation. Pour plus d’informations sur la création d’expressions, consultez la page de classe ExpressionAnimation .

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

void RestingValue(ExpressionAnimation value);
public ExpressionAnimation RestingValue { get; set; }
var expressionAnimation = interactionTrackerInertiaRestingValue.restingValue;
interactionTrackerInertiaRestingValue.restingValue = expressionAnimation;
Public Property RestingValue As ExpressionAnimation

Valeur de propriété

ExpressionAnimation pour définir la valeur de repos si l’expression de la propriété Condition a la valeur true.

S’applique à