GetParent Method
Gets the AutomationPeer that is the parent of this AutomationPeer.
Definition
Namespace: Avalonia.Automation.Peers
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public AutomationPeer? GetParent()
Public Function GetParent As AutomationPeer
member GetParent : unit -> AutomationPeer