December 2014
Intermediate to advanced
512 pages
17h 4m
English
The last section discussed EntranceThemeTransition, but Windows contains eight theme transitions that can be applied to any of the Transitions or XXXTransitions properties. Let’s look at them all.
Instead of placing EntranceThemeTransition on a Button, the following XAML applies it to all Buttons in a StackPanel using StackPanel’s ChildrenTransitions property:
<Page ...> <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <StackPanel> <StackPanel.ChildrenTransitions> <TransitionCollection> <EntranceThemeTransition ...
Read now
Unlock full access