Share via


InteractionTracker.ConfigureCenterPointYInertiaModifiers Method

Definition

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 CenterPointY value the tracker uses with its “.Value”. If none evaluate to true, the CenterPointY is not replaced that frame.

public:
 virtual void ConfigureCenterPointYInertiaModifiers(IIterable<CompositionConditionalValue ^> ^ conditionalValues) = ConfigureCenterPointYInertiaModifiers;
void ConfigureCenterPointYInertiaModifiers(IIterable<CompositionConditionalValue> const& conditionalValues);
public void ConfigureCenterPointYInertiaModifiers(IEnumerable<CompositionConditionalValue> conditionalValues);
function configureCenterPointYInertiaModifiers(conditionalValues)
Public Sub ConfigureCenterPointYInertiaModifiers (conditionalValues As IEnumerable(Of CompositionConditionalValue))

Parameters

Applies to