SetCustomPopupPlacementCallback Method
Sets the value of the ToolTip.CustomPopupPlacementCallback attached property.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
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