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