Timeline.RepeatBehavior 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個時間軸的重複行為。
RepeatBehavior RepeatBehavior();
void RepeatBehavior(RepeatBehavior value);
public RepeatBehavior RepeatBehavior { get; set; }
var repeatBehavior = timeline.repeatBehavior;
timeline.repeatBehavior = repeatBehavior;
Public Property RepeatBehavior As RepeatBehavior
<timeline RepeatBehavior="repeatBehaviorValue"/>
屬性值
反復 專案計數 ,指定時間軸應該播放的次數、指定此時間軸使用期間的總長度的 TimeSpan 值,或指定時間軸無限期重複的特殊值 Forever。 預設值為 RepeatBehavior ,其 Count 值為 1,表示時間軸播放一次。
備註
如需詳細資訊和範例,請參閱 RepeatBehavior 結構。