AnimatedVisualPlayer.ProgressObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.