IHostedVisualTreeRoot Interface

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

Definition

Namespace: Avalonia.VisualTree
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public interface IHostedVisualTreeRoot

Properties

Host Gets the visual tree host.

See Also