IPopupPositioner Interface

Summary

Positions an IPopupHost.
graph BT Type["IPopupPositioner"] class Type type-node Implementing0["ManagedPopupPositioner"]-.->Type click Implementing0 "/api/Avalonia.Controls.Primitives.PopupPositioning/ManagedPopupPositioner"

Syntax

public interface IPopupPositioner

Remarks

IPopupPositioner is an abstraction of the wayland xdg_positioner spec. The popup positioner implementation is determined by the platform implementation. A default managed implementation is provided in ManagedPopupPositioner for platforms on which popups can be arbitrarily positioned.

Methods

Name Value Summary
Update(PopupPositionerParameters) void
Updates the position of the associated IPopupHost according to the specified parameters.