TextToolTipService.GetToolTipBounds(FrameworkElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.