AutomationPeerAnnotation.Peer Property

Definition

Gets or sets the automation peer of the element that implements the annotation.

public:
 property AutomationPeer ^ Peer { AutomationPeer ^ get(); void set(AutomationPeer ^ value); };
AutomationPeer Peer();

void Peer(AutomationPeer value);
public AutomationPeer Peer { get; set; }
var automationPeer = automationPeerAnnotation.peer;
automationPeerAnnotation.peer = automationPeer;
Public Property Peer As AutomationPeer

Property Value

The automation peer of the element that implements the annotation.

Applies to