Taal

KeyboardNavigation.GetDirectionalNavigation(DependencyObject) Methode

Definitie

Hiermee haalt u de waarde op van de DirectionalNavigation gekoppelde eigenschap voor het opgegeven element.

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

Parameters

element
DependencyObject

Element waaruit u de gekoppelde eigenschap wilt ophalen.

Retouren

De waarde van de DirectionalNavigation eigenschap.

Kenmerken

Uitzonderingen

element is null.

Van toepassing op

Zie ook