次の方法で共有


VisualInteractionSource.ConfigureCenterPointYModifiers メソッド

定義

CompositionConditionalValue の順序付きリストを取得します。 フレーム内で、最初の CompositionConditionalValue に " が含まれます。条件" は true に評価され、VisualInteractionSource が提供するズーム CenterPointY 値をその " に置き換えます。値" です。 true と評価されない場合、CenterPointY はそのフレームに置き換えられません。

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

パラメーター

Windows の要件

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

適用対象