Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.13 KB

interactiontrackerinertiarestingvalue_condition.md

File metadata and controls

24 lines (16 loc) · 1.13 KB
-api-id -api-type
P:Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaRestingValue.Condition
winrt property

Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaRestingValue.Condition

-description

An ExpressionAnimation describing when the modifier should be applied.

The Condition property is an ExpressionAnimation that defines when the InteractionTracker should have a specific resting position. This expression gets run once after the interaction occurs and must resolve to a type Bool, otherwise an error will be thrown when the condition is evaluated. See the ExpressionAnimation class page for more details on building expressions.

-property-value

An ExpressionAnimation describing when the modifier should be applied.

-remarks

-examples

-see-also