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.
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.