UWP内置了多少种VisualState?

How many kinds of built-in VisualState are there in UWP?

对我来说,已知的 VisualStates 是:

但是我想知道所有内置的VisualStates,找了很久也没有找到相关资料,有谁知道在哪里可以找到这些资料吗?

How many kinds of built-in VisualState are there in UWP?

与 Xamarin Visual State Manager 不同,它定义了一个名为“CommonStates”的视觉状态组,具有以下视觉状态: “普通的” “禁用” “专注” “已选择”。

在UWP平台中,不包含这样的默认状态。它很有用,因为这样的 VisualState 将使用 default template. Each attribute should specify the state's x:Name attribute, which is the stateName value a control consumer would pass in a GoToState call to use that visual state. For more detail please refer to official document.

中存在的任何值