Share via


KeyboardNavigation.GetDirectionalNavigation(DependencyObject) Méthode

Définition

Obtient la valeur de la propriété jointe DirectionalNavigation pour l’élément spécifié.

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

Paramètres

element
DependencyObject

Élément à partir duquel obtenir la propriété jointe.

Retours

La valeur de la propriété DirectionalNavigation.

Attributs

Exceptions

element a la valeur null.

S’applique à

Voir aussi