AnimatedVisualPlayerAutomationPeer(AnimatedVisualPlayer) Constructor

Definition

Initializes a new instance of the AnimatedVisualPlayerAutomationPeer class.

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

 AnimatedVisualPlayerAutomationPeer(AnimatedVisualPlayer const& owner);
public AnimatedVisualPlayerAutomationPeer(AnimatedVisualPlayer owner);
Public Sub New (owner As AnimatedVisualPlayer)

Parameters

owner
AnimatedVisualPlayer

The AnimatedVisualPlayer control instance to create the peer for.

Applies to