CustomPopupPlacementCallback Delegate

Represents a method that provides custom positioning for a Popup control.

Definition

Namespace: Avalonia.Controls.Primitives.PopupPositioning
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public delegate void CustomPopupPlacementCallback(
	CustomPopupPlacement parameters
)

Parameters

parameters  CustomPopupPlacement
 

See Also