Share via


AnimatedVisualPlayer.ProgressObject プロパティ

定義

AnimatedVisualPlayer の進行状況と共にアニメーション化された CompositionObject を取得します。

public:
 property CompositionObject ^ ProgressObject { CompositionObject ^ get(); };
CompositionObject ProgressObject();
public CompositionObject ProgressObject { get; }
var compositionObject = animatedVisualPlayer.progressObject;
Public ReadOnly Property ProgressObject As CompositionObject

プロパティ値

AnimatedVisualPlayer の進行状況と共にアニメーション化される CompositionObject。

注釈

別の CompositionObject が AnimatedVisualPlayer と同じレートでアニメーション化される高度なシナリオをサポートします。 プロパティをこのプレーヤーの進行状況にバインドするには、このオブジェクトの "Progress" という名前のスカラー プロパティを参照する ExpressionAnimation を使用します。

適用対象