TextToolTipService::SetToolTipBounds Method (FrameworkElement^, Rect)

 

Sets the ToolTipBounds attribute to the specified value for the given element.

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

public:
static void SetToolTipBounds(
	FrameworkElement^ element,
	Rect value
)

Parameters

element
Type: System.Windows::FrameworkElement^

The element to set the ToolTipBounds attribute for.

value
Type: System.Windows::Rect

The value to set the ToolTipBounds attribute to.

Return to top
Show: