ManagedPopupPositionerPopupImplHelper Constructor

Initializes a new instance of the ManagedPopupPositionerPopupImplHelper class

Definition

Namespace: Avalonia.Controls.Primitives.PopupPositioning
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public ManagedPopupPositionerPopupImplHelper(
	ITopLevelImpl parent,
	ManagedPopupPositionerPopupImplHelperMoveResizeDelegate moveResize
)

Parameters

parent  ITopLevelImpl
 
moveResize  ManagedPopupPositionerPopupImplHelperMoveResizeDelegate
 

See Also