InteractionTracker.ConfigureCenterPointYInertiaModifiers 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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))
參數
- conditionalValues