Bagikan melalui


KeyboardNavigation.GetDirectionalNavigation(DependencyObject) Metode

Definisi

Mendapatkan nilai DirectionalNavigation properti terlampir untuk elemen yang ditentukan.

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

Parameter

element
DependencyObject

Elemen untuk mendapatkan properti terlampir.

Mengembalikan

Nilai DirectionalNavigation properti .

Atribut

Pengecualian

elementadalah null.

Berlaku untuk

Lihat juga