VisualInteractionSource.ConfigureCenterPointYModifiers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Takes an ordered list of CompositionConditionalValue. In a frame, the first CompositionConditionalValue to have its “.Condition” evaluate to true replaces the zoom CenterPointY value the VisualInteractionSource provides with its “.Value”. If none evaluate to true, the CenterPointY is not replaced that frame.
public:
virtual void ConfigureCenterPointYModifiers(IIterable<CompositionConditionalValue ^> ^ conditionalValues) = ConfigureCenterPointYModifiers;
void ConfigureCenterPointYModifiers(IIterable<CompositionConditionalValue> const& conditionalValues);
public void ConfigureCenterPointYModifiers(IEnumerable<CompositionConditionalValue> conditionalValues);
function configureCenterPointYModifiers(conditionalValues)
Public Sub ConfigureCenterPointYModifiers (conditionalValues As IEnumerable(Of CompositionConditionalValue))
Parameters
- conditionalValues