Windows.UI.Xaml.UIElement.TabFocusNavigation
June 22, 2022 ยท View on GitHub
-description
Gets or sets a value that modifies how tabbing and TabIndex work for this control.
-xaml-syntax
<uiElement TabFocusNavigation="keyboardNavigationModeMemberName"/>
-xaml-values
- keyboardNavigationModeMemberName
- keyboardNavigationModeMemberName A named constant of the [KeyboardNavigationMode](../windows.ui.xaml.input/keyboardnavigationmode.md) enumeration, for example, **Cycle**.
-property-value
A value of the enumeration. The default is Local.
-remarks
Use this property instead of the Control.TabNavigation property for objects that do not use a ControlTemplate to define their appearance.
Note
For Windows 10 Creators Update (build 10.0.15063) and newer, use this property of the UIElement base class instead of the TabNavigation property of a Control object.