KeyboardNavigation.GetDirectionalNavigation(DependencyObject) Method

Definition

Gets the value of the DirectionalNavigation attached property for the specified 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 from which to get the attached property.

Returns

The value of the DirectionalNavigation property.

Attributes

Exceptions

element is null.

Applies to

See also