TextToolTipService.SetToolTipBounds(FrameworkElement, Rect) Método

Definição

Define o atributo ToolTipBounds como o valor especificado para o elemento fornecido.

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)

Parâmetros

element
FrameworkElement

O elemento para o qual definir o atributo ToolTipBounds.

value
Rect

O valor para o qual definir o atributo ToolTipBounds.

Aplica-se a