Timeline.AutoReverse プロパティ
定義
順方向の反復の完了後に、タイムラインを逆方向に再生するかどうかを示す値を取得または設定します。Gets or sets a value that indicates whether the timeline plays in reverse after it completes a forward iteration.
public:
property bool AutoReverse { bool get(); void set(bool value); };
public bool AutoReverse { get; set; }
member this.AutoReverse : bool with get, set
Public Property AutoReverse As Boolean
プロパティ値
各反復の終了時点で、タイムラインを逆方向に再生する場合は true
。それ以外の場合は false
。true
if the timeline plays in reverse at the end of each iteration; otherwise, false
. 既定値は false
です。The default value is false
.
注釈
AutoReverseプロパティがに設定されている場合、 true
タイムラインは、プロパティによって指定された時間の長さの2倍に Duration なります。If the AutoReverse property is set to true
, the timeline plays for twice the length of time specified by its Duration property.
オート定型文と繰り返しAutoReverse and Repetitions
タイムラインの AutoReverse プロパティがに設定され、 true
その RepeatBehavior プロパティによって反復処理が行われる場合、各前方反復には後続の反復処理が続きます。When a timeline's AutoReverse property is set to true
and its RepeatBehavior property causes it to repeat, each forward iteration is followed by a backward iteration. これにより、1回の繰り返しが行われます。This makes one repetition. たとえば、イテレーションが2の値を持つタイムラインは、 AutoReverse true
Count 1 回だけ再生された後、後方に戻ってから再び転送されます。For example, a timeline with an AutoReverse value of true
with an iteration Count of 2 would play forward once, then backwards, then forwards again, and then backwards again.
依存プロパティ情報Dependency Property Information
識別子フィールドIdentifier field | AutoReverseProperty |
メタデータプロパティがに設定される true Metadata properties set to true |
なしNone |