ToolTipService.SetBetweenShowDelay(DependencyObject, Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Imposta il valore della proprietà associata BetweenShowDelay per un oggetto.
public:
static void SetBetweenShowDelay(System::Windows::DependencyObject ^ element, int value);
public static void SetBetweenShowDelay (System.Windows.DependencyObject element, int value);
static member SetBetweenShowDelay : System.Windows.DependencyObject * int -> unit
Public Shared Sub SetBetweenShowDelay (element As DependencyObject, value As Integer)
Parametri
- element
- DependencyObject
Oggetto in cui viene scritta la proprietà associata.
- value
- Int32
Il valore da impostare.
Esempio
Nell'esempio seguente viene illustrato come impostare il valore per la ToolTipService.BetweenShowDelay
proprietà associata.
ToolTipService.SetBetweenShowDelay(ellipse1, 2000);
ToolTipService.SetBetweenShowDelay(ellipse1, 2000)