HostedVisualTreeRoot 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)
- C#
- VB
- F#
public Visual? HostedVisualTreeRoot { get; }
Public ReadOnly Property HostedVisualTreeRoot As Visual
Get
abstract HostedVisualTreeRoot : Visual with get
override HostedVisualTreeRoot : Visual with get
Property Value
VisualImplements
IPopupHost.HostedVisualTreeRootSee Also
Reference
OverlayPopupHost Class
Avalonia.Controls.Primitives Namespace