VisualInteractionSource.ConfigureCenterPointYModifiers メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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))
パラメーター
- conditionalValues