KeyboardNavigation.GetDirectionalNavigation(DependencyObject) 메서드

정의

지정된 요소의 DirectionalNavigation 연결된 속성 값을 가져옵니다.

public:
 static System::Windows::Input::KeyboardNavigationMode GetDirectionalNavigation(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Input.KeyboardNavigationMode GetDirectionalNavigation(System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetDirectionalNavigation : System.Windows.DependencyObject -> System.Windows.Input.KeyboardNavigationMode
Public Shared Function GetDirectionalNavigation (element As DependencyObject) As KeyboardNavigationMode

매개 변수

element
DependencyObject

연결된 속성을 가져올 요소입니다.

반품

속성의 값입니다 DirectionalNavigation .

특성

예외

elementnull입니다.

적용 대상

추가 정보