ToolTipSetCustomPopupPlacementCallback Method
Sets the value of the ToolTip.CustomPopupPlacementCallback attached property.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetCustomPopupPlacementCallback(
Control element,
CustomPopupPlacementCallback? value
)
Public Shared Sub SetCustomPopupPlacementCallback (
element As Control,
value As CustomPopupPlacementCallback
)
static member SetCustomPopupPlacementCallback :
element : Control *
value : CustomPopupPlacementCallback -> unit
Parameters
- element Control
-
- value CustomPopupPlacementCallback
-