TextToolTipService::GetToolTipBounds Method (FrameworkElement^)

 

Gets the ToolTipBounds of the specified element.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static Rect GetToolTipBounds(
	FrameworkElement^ element
)

Parameters

element
Type: System.Windows::FrameworkElement^

The element to get the bounds for.

Return Value

Type: System.Windows::Rect

Returns the ToolTipBounds of the specified element.

Return to top
Show: