IPopupPositioner Interface
Namespace: Avalonia.Controls.Primitives.PopupPositioningAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface IPopupPositioner
<NotClientImplementableAttribute>
Public Interface IPopupPositioner
[<NotClientImplementableAttribute>]
type IPopupPositioner = interface end
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.