IPopupPositioner Interface

Positions an IPopupHost.

Definition

Namespace: Avalonia.Controls.Primitives.PopupPositioning
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[NotClientImplementableAttribute]
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

Update(PopupPositionerParameters) Updates the position of the associated IPopupHost according to the specified parameters.

See Also