Share via


AnimatedVisualPlayer.ProgressObject Property

Definition

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

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property CompositionObject ^ ProgressObject { CompositionObject ^ get(); };
CompositionObject ProgressObject();
public CompositionObject ProgressObject { get; }
Public ReadOnly Property ProgressObject As CompositionObject

Property Value

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

Remarks

This is exposed to support advanced scenarios where other CompositionObjects are animated at the same rate as the AnimatedVisualPlayer. To bind a property to the progress of this player, use an ExpressionAnimation with an expression that references a scalar property named "Progress" on this object.

Applies to