PopupRoot.

PopupRoot(TopLevel, IPopupImpl, IAvaloniaDependencyResolver) Constructor

Summary

Initializes a new instance of the PopupRoot class.
Namespace
Avalonia.Controls.Primitives
Containing Type
PopupRoot

Syntax

public PopupRoot(TopLevel parent, IPopupImpl impl, IAvaloniaDependencyResolver dependencyResolver)

Parameters

Name Type Description
parent TopLevel The popup parent.
impl IPopupImpl The popup implementation.
dependencyResolver IAvaloniaDependencyResolver The dependency resolver to use. If null the default dependency resolver will be used.

Return Value

Type Description
void