Share via


AnimatedVisualPlayer.ProgressObject 屬性

定義

取得 CompositionObject,該物件與 AnimatedVisualPlayer 的進度一起產生動畫效果。

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

屬性值

CompositionObject,與 AnimatedVisualPlayer 的進度一起產生動畫效果。

備註

支援其他 CompositionObject 以與 AnimatedVisualPlayer 相同的速率動畫的進階案例。 若要將屬性系結至此播放器的進度,請使用 ExpressionAnimation ,參考此物件上名為 “Progress” 的純量屬性。

適用於