CustomPopupPlacementCallback Delegate
Represents a method that provides custom positioning for a
Popup control.
Namespace: Avalonia.Controls.Primitives.PopupPositioningAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public delegate void CustomPopupPlacementCallback(
CustomPopupPlacement parameters
)
Public Delegate Sub CustomPopupPlacementCallback (
parameters As CustomPopupPlacement
)
type CustomPopupPlacementCallback =
delegate of
parameters : CustomPopupPlacement -> unit
Parameters
- parameters CustomPopupPlacement
-