MatrixAnimationUsingPath.IsOffsetCumulative 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,表示是否會隨著重複而累積由動畫矩陣所產生的位移。
public:
property bool IsOffsetCumulative { bool get(); void set(bool value); };
public bool IsOffsetCumulative { get; set; }
member this.IsOffsetCumulative : bool with get, set
Public Property IsOffsetCumulative As Boolean
屬性值
如果此物件將會隨動畫重複而累積,則為 true
;否則為 false
。 預設為 false
。
備註
如果此屬性設定 true
為 ,動畫矩陣的位移將會隨著動畫重複而累積。 例如,如果路徑是小弧線,且動畫設定為重複,累加位移會導致物件在畫面上出現彈跳。
這個屬性會判斷動畫矩陣的位移是否會在動畫因為設定 RepeatBehavior 而重複時累積;它不會在動畫重新開機時造成位移累積。 如需如何讓動畫從先前動畫的值建置的詳細資訊,請參閱 IsAdditive 。
相依性屬性資訊
識別碼欄位 | IsOffsetCumulativeProperty |
設定為 的中繼資料屬性 true |
無 |