Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.21 KB

xyfocuskeyboardnavigationmode.md

File metadata and controls

38 lines (26 loc) · 1.21 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Input.XYFocusKeyboardNavigationMode
winrt enum

Microsoft.UI.Xaml.Input.XYFocusKeyboardNavigationMode

-description

Specifies the 2D directional navigation behavior when using the keyboard arrow keys.

-enum-fields

-field Auto:0

Behavior is inherited from the elements ancestors. If all ancestors have a value of Auto, the fallback behavior is Disabled.

-field Enabled:1

Arrow keys can be used for 2D directional navigation.

-field Disabled:2

Arrow keys cannot be used for 2D directional navigation.

-remarks

This enumeration is used by the UIElement.XYFocusKeyboardNavigation property.

2D directional navigation is used to navigate a user interface (UI) with a game controller or keyboard directional arrows. For more info, see Gamepad and remote control interactions and UIElement.XYFocusKeyboardNavigation.

-see-also

-examples