IPopupImpl Interface

Summary

Defines a platform-specific popup window implementation.
Namespace
Avalonia.Platform
Interfaces
graph BT Type-.->Interface0["IWindowBaseImpl"] click Interface0 "/api/Avalonia.Platform/IWindowBaseImpl" Type-.->Interface1["ITopLevelImpl"] click Interface1 "/api/Avalonia.Platform/ITopLevelImpl" Type-.->Interface2["IDisposable"] Type["IPopupImpl"] class Type type-node

Syntax

public interface IPopupImpl : IWindowBaseImpl, ITopLevelImpl, IDisposable

Properties

Name Value Summary
PopupPositioner IPopupPositioner

Methods

Name Value Summary
SetWindowManagerAddShadowHint(bool) void