OverlayPopupHostHostedVisualTreeRoot Property

Gets the root of the visual tree in the case where the popup is presented using a separate visual tree.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public Visual? HostedVisualTreeRoot { get; }

Property Value

Visual

Implements

IPopupHostHostedVisualTreeRoot

See Also