次の方法で共有


InteractionTracker.ConfigureCenterPointYInertiaModifiers メソッド

定義

CompositionConditionalValue の順序付きリストを取得します。 フレームでは、トラッカーが慣性にある間に、最初の CompositionConditionalValue が を持っています。条件" は true に評価され、トラッカーが使用するズーム CenterPointY 値を その " に置き換えます。値"。 true と評価されない場合、CenterPointY はそのフレームに置き換えされません。

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))

パラメーター

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

適用対象