Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 919 Bytes

visualinteractionsource_configuredeltapositionymodifiers_1204730550.md

File metadata and controls

24 lines (15 loc) · 919 Bytes
-api-id -api-type
M:Microsoft.UI.Composition.Interactions.VisualInteractionSource.ConfigureDeltaPositionYModifiers(Windows.Foundation.Collections.IIterable{Microsoft.UI.Composition.Interactions.CompositionConditionalValue})
winrt method

Microsoft.UI.Composition.Interactions.VisualInteractionSource.ConfigureDeltaPositionYModifiers

-description

Takes an ordered list of CompositionConditionalValue. In a frame, the first CompositionConditionalValue to have its “.Condition” evaluate to true replaces the DeltaPositionY value the VisualInteractionSource provides with its “.Value”. If none evaluate to true, the DeltaPositionY is not replaced that frame.

-parameters

-param conditionalValues

-remarks

-see-also

-examples