InteractionTracker.ConfigureCenterPointXInertiaModifiers 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 CompositionConditionalValue 的已排序列表。 在框架中,當追蹤器處於慣性狀態時,第一個將它設為 “的 CompositionConditionalValue。Condition“ 評估為 true 會取代追蹤器使用其 ”“ 的縮放 CenterPointX 值。Value“. 如果沒有評估為 true,則 CenterPointX 不會取代該框架。
public:
virtual void ConfigureCenterPointXInertiaModifiers(IIterable<CompositionConditionalValue ^> ^ conditionalValues) = ConfigureCenterPointXInertiaModifiers;
void ConfigureCenterPointXInertiaModifiers(IIterable<CompositionConditionalValue> const& conditionalValues);
public void ConfigureCenterPointXInertiaModifiers(IEnumerable<CompositionConditionalValue> conditionalValues);
function configureCenterPointXInertiaModifiers(conditionalValues)
Public Sub ConfigureCenterPointXInertiaModifiers (conditionalValues As IEnumerable(Of CompositionConditionalValue))
參數
- conditionalValues