InteractionTrackerInertiaMotion.Motion 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果 Condition 屬性中的運算式為 true, 則為 ExpressionAnimation ,描述 InteractionTracker 修改過的動作。
Motion 屬性是 ExpressionAnimation ,描述項合對應條件時 ,慣性期間會利用的動作 InteractionTracker 。 當 InteractionTracker處於慣性且必須解析為 Float 類型時,運算式將會評估每個畫面格,否則會在評估方程式時擲回錯誤。 如需建置運算式的詳細資訊,請參閱 ExpressionAnimation 類別頁面。
public:
property ExpressionAnimation ^ Motion { ExpressionAnimation ^ get(); void set(ExpressionAnimation ^ value); };
ExpressionAnimation Motion();
void Motion(ExpressionAnimation value);
public ExpressionAnimation Motion { get; set; }
var expressionAnimation = interactionTrackerInertiaMotion.motion;
interactionTrackerInertiaMotion.motion = expressionAnimation;
Public Property Motion As ExpressionAnimation
屬性值
如果 Condition 屬性中的運算式為 true, 則為 ExpressionAnimation ,描述 InteractionTracker 修改過的動作。