ToolTipService.SetInitialShowDelay(DependencyObject, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la valeur de la propriété jointe InitialShowDelay pour un objet.
public:
static void SetInitialShowDelay(System::Windows::DependencyObject ^ element, int value);
public static void SetInitialShowDelay (System.Windows.DependencyObject element, int value);
static member SetInitialShowDelay : System.Windows.DependencyObject * int -> unit
Public Shared Sub SetInitialShowDelay (element As DependencyObject, value As Integer)
Paramètres
- element
- DependencyObject
Objet sur lequel la propriété jointe est écrite.
- value
- Int32
Valeur à définir.
Exemples
L’exemple suivant montre comment définir la valeur de la ToolTipService.InitialShowDelay
propriété jointe.
ToolTipService.SetInitialShowDelay(ellipse1, 1000);
ToolTipService.SetInitialShowDelay(ellipse1, 1000)