Share via


AnimatedVisualPlayer.ProgressObject Property

Definition

Gets a CompositionObject that is animated along with the progress of the AnimatedVisualPlayer.

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

Property Value

A CompositionObject that is animated along with the progress of the AnimatedVisualPlayer.

Remarks

Supports advanced scenarios where another CompositionObject is animated at the same rate as the AnimatedVisualPlayer. To bind a property to the progress of this player, use an ExpressionAnimation that references a scalar property named "Progress" on this object.

Applies to