ExpFocusChangedDirection Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public enum class ExpFocusChangedDirection
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedExperimentalContract, 65536)]
enum class ExpFocusChangedDirection
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedExperimentalContract), 65536)]
public enum ExpFocusChangedDirection
var value = Microsoft.UI.Input.Experimental.ExpFocusChangedDirection.none
Public Enum ExpFocusChangedDirection
- Vererbung
-
ExpFocusChangedDirection
- Attribute
Felder
None | 0 | |
Next | 1 | |
Previous | 2 | |
Up | 3 | |
Down | 4 | |
Left | 5 | |
Right | 6 |