ToolTipService.SetInitialShowDelay(DependencyObject, Int32) Método

Definição

Define o valor da propriedade anexada InitialShowDelay de um objeto.

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)

Parâmetros

element
DependencyObject

O objeto no qual a propriedade anexada é gravada.

value
Int32

O valor a ser definido.

Exemplos

O exemplo a seguir mostra como definir o valor para a ToolTipService.InitialShowDelay propriedade anexada.

ToolTipService.SetInitialShowDelay(ellipse1, 1000);
ToolTipService.SetInitialShowDelay(ellipse1, 1000)

Aplica-se a

Confira também