ExpFocusNavigationReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class ExpFocusNavigationReason
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedExperimentalContract, 65536)]
enum class ExpFocusNavigationReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedExperimentalContract), 65536)]
public enum ExpFocusNavigationReason
var value = Microsoft.UI.Input.Experimental.ExpFocusNavigationReason.programmatic
Public Enum ExpFocusNavigationReason
- Inheritance
-
ExpFocusNavigationReason
- Attributes
Fields
Name | Value | Description |
---|---|---|
Programmatic | 0 | |
Restore | 1 | |
First | 2 | |
Last | 3 | |
Left | 4 | |
Up | 5 | |
Right | 6 | |
Down | 7 |