ImageAutomationPeer(Image) Constructor

Definition

Initializes a new instance of the ImageAutomationPeer class.

public:
 ImageAutomationPeer(System::Windows::Controls::Image ^ owner);
public ImageAutomationPeer (System.Windows.Controls.Image owner);
new System.Windows.Automation.Peers.ImageAutomationPeer : System.Windows.Controls.Image -> System.Windows.Automation.Peers.ImageAutomationPeer
Public Sub New (owner As Image)

Parameters

owner
Image

The Image that is associated with this ImageAutomationPeer.

Applies to