Table of Contents

Interface IHostedVisualTreeRoot

Namespace
Avalonia.VisualTree
Assembly
Avalonia.Base.dll

Interface for controls that are at the root of a hosted visual tree, such as popups.

public interface IHostedVisualTreeRoot

Properties

Host

Gets the visual tree host.

Visual? Host { get; }

Property Value

Visual

The visual tree host.