GetCustomPopupPlacementCallback Method
Gets the value of the ToolTip.CustomPopupPlacementCallback attached property.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static CustomPopupPlacementCallback? GetCustomPopupPlacementCallback(
Control element
)
Public Shared Function GetCustomPopupPlacementCallback (
element As Control
) As CustomPopupPlacementCallback
static member GetCustomPopupPlacementCallback :
element : Control -> CustomPopupPlacementCallback