TextToolTipService.SetToolTipBounds(FrameworkElement, Rect) 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.
Sets the ToolTipBounds attribute to the specified value for the given element.
public:
static void SetToolTipBounds(System::Windows::FrameworkElement ^ element, System::Windows::Rect value);
public static void SetToolTipBounds (System.Windows.FrameworkElement element, System.Windows.Rect value);
static member SetToolTipBounds : System.Windows.FrameworkElement * System.Windows.Rect -> unit
Public Shared Sub SetToolTipBounds (element As FrameworkElement, value As Rect)
Parameters
- element
- FrameworkElement
The element to set the ToolTipBounds attribute for.
- value
- Rect
The value to set the ToolTipBounds attribute to.