Share via


TextToolTipService.GetToolTipBounds(FrameworkElement) Method

Definition

Gets the ToolTipBounds of the specified element.

public:
 static System::Windows::Rect GetToolTipBounds(System::Windows::FrameworkElement ^ element);
public static System.Windows.Rect GetToolTipBounds (System.Windows.FrameworkElement element);
static member GetToolTipBounds : System.Windows.FrameworkElement -> System.Windows.Rect
Public Shared Function GetToolTipBounds (element As FrameworkElement) As Rect

Parameters

element
FrameworkElement

The element to get the bounds for.

Returns

Returns the ToolTipBounds of the specified element.

Applies to