This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
notes:uwp:controltemplate [2017/02/28] admin [VisualStates] |
notes:uwp:controltemplate [2017/02/28] (current) admin [VisualStates] |
||
---|---|---|---|
Line 385: | Line 385: | ||
Within each group, the states are mutually exclusive. If a control does not use certain states, it should still include them (as empty tags). Otherwise, the transition to that state won't occur. | Within each group, the states are mutually exclusive. If a control does not use certain states, it should still include them (as empty tags). Otherwise, the transition to that state won't occur. | ||
+ | |||
+ | |||
+ | ====Links==== | ||
+ | |||
+ | * MSDN: [[https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Xaml.VisualTransition|VisualTransition Class]] | ||