Share via


KeyTipService.SetKeyTipStyle(DependencyObject, Style) Metodo

Definizione

Imposta il valore della proprietà associata KeyTipStyle per l'elemento specificato.

public:
 static void SetKeyTipStyle(System::Windows::DependencyObject ^ element, System::Windows::Style ^ value);
public static void SetKeyTipStyle (System.Windows.DependencyObject element, System.Windows.Style value);
static member SetKeyTipStyle : System.Windows.DependencyObject * System.Windows.Style -> unit
Public Shared Sub SetKeyTipStyle (element As DependencyObject, value As Style)

Parametri

element
DependencyObject

Oggetto in cui viene scritta la proprietà associata.

value
Style

Il valore da impostare.

Eccezioni

Il valore specificato per il parametro element è null.

Si applica a