Share via


KeyTipService.SetKeyTipStyle(DependencyObject, Style) 메서드

정의

지정된 요소의 KeyTipStyle 연결된 속성 값을 설정합니다.

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)

매개 변수

element
DependencyObject

연결된 속성이 작성될 개체입니다.

value
Style

설정할 값입니다.

예외

지정된 elementnull입니다.

적용 대상