VisualInteractionSource.ConfigureCenterPointXModifiers Method

Definition

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

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

Parameters

Applies to