ToolTipGetCustomPopupPlacementCallback Method

Gets the value of the ToolTip.CustomPopupPlacementCallback attached property.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static CustomPopupPlacementCallback? GetCustomPopupPlacementCallback(
	Control element
)

Parameters

element  Control
 

Return Value

CustomPopupPlacementCallback

See Also