KeyboardNavigation.GetDirectionalNavigation(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà associata DirectionalNavigation per l'elemento specificato.

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

Parametri

element
DependencyObject

Elemento da cui ottenere la proprietà associata.

Restituisce

Il valore della proprietà DirectionalNavigation.

Attributi

Eccezioni

element è null.

Si applica a

Vedi anche