Share via


KeyboardNavigation.GetDirectionalNavigation(DependencyObject) Yöntem

Tanım

Belirtilen öğe için ekli özelliğin değerini DirectionalNavigation alır.

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

Parametreler

element
DependencyObject

Ekli özelliğin alındığı öğe.

Döndürülenler

özelliğinin DirectionalNavigation değeri.

Öznitelikler

Özel durumlar

element, null değeridir.

Şunlara uygulanır

Ayrıca bkz.