次の方法で共有


InteractionTrackerInertiaRestingValue.RestingValue プロパティ

定義

Condition プロパティの式が true の場合に InteractionTracker の残りの値を定義する ExpressionAnimation

Resting プロパティは ExpressionAnimation で、対応する条件が満たされた場合に対話後に InteractionTracker が移動する場所を記述します。 InteractionTracker が慣性状態にあり、Float 型に解決する必要がある場合、この式はフレームごとに実行されます。それ以外の場合は、式の評価時にエラーがスローされます。 式の構築の詳細については、「 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

プロパティ値

Condition プロパティの式が true の場合に、残りの値を定義する ExpressionAnimation

適用対象