Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 955 Bytes

interactiontracker_configurecenterpointxinertiamodifiers_943992890.md

File metadata and controls

26 lines (15 loc) · 955 Bytes
-api-id -api-type
M:Windows.UI.Composition.Interactions.InteractionTracker.ConfigureCenterPointXInertiaModifiers(Windows.Foundation.Collections.IIterable{Windows.UI.Composition.Interactions.CompositionConditionalValue})
winrt method

Windows.UI.Composition.Interactions.InteractionTracker.ConfigureCenterPointXInertiaModifiers

-description

Takes an ordered list of CompositionConditionalValue. In a frame, while the tracker is in Inertia, the first CompositionConditionalValue to have its “.Condition” evaluate to true replaces the zoom CenterPointX value the tracker uses with its “.Value”. If none evaluate to true, the CenterPointX is not replaced that frame.

-parameters

-param conditionalValues

-remarks

-see-also

-examples