XYFocusKeyboardNavigationMode
XYFocusKeyboardNavigationMode
XYFocusKeyboardNavigationMode
XYFocusKeyboardNavigationMode
Enum
Definition
Defines constants that specify whether a user can perform XY navigation using the keyboard directional arrows.
public : enum class XYFocusKeyboardNavigationModepublic enum XYFocusKeyboardNavigationModePublic Enum XYFocusKeyboardNavigationMode// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Fields
| Auto Auto Auto Auto | Behavior is inherited from the elements ancestors. If all ancestors have a value of Auto, the fallback behavior is Disabled. |
| Disabled Disabled Disabled Disabled | Keyboard directional arrows cannot be used for XY navigation. |
| Enabled Enabled Enabled Enabled | Keyboard directional arrows can be used for XY navigation. |
Remarks
This enumeration is used by the UIElement.XYFocusKeyboardNavigation property.
XY navigation is used to navigate a user interface (UI) with a gamepad, remote control, or keyboard directional arrows. For more info, see Gamepad and remote control interactions and UIElement.XYFocusKeyboardNavigation.