共用方式為


VisualInteractionSource.ConfigureCenterPointYModifiers 方法

定義

取得 CompositionConditionalValue 的已排序列表。 在框架中,第一個 CompositionConditionalValue 具有它的 “。Condition“ 評估為 true 會取代 VisualInteractionSource 提供其 ”“ 的 Zoom CenterPointY 值。Value“. 如果沒有評估為 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))

參數

適用於