Språk

KeyboardNavigation.GetDirectionalNavigation(DependencyObject) Metod

Definition

Hämtar värdet för den DirectionalNavigation anslutna egenskapen för det angivna elementet.

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

Parametrar

element
DependencyObject

Element som den anslutna egenskapen ska hämtas från.

Returer

Värdet för DirectionalNavigation egenskapen.

Attribut

Undantag

element är null.

Gäller för

Se även