Hey Fusers Crew,
It would be very convenient if we could change the Default Value of a Global Resource binding upon triggers … as such:
<App>
<float4 ux:Global="MyApp.ThemeColor" ux:Value="Green" />
<Navigator>
<HomePage ux:Template="homePage" />
<ProfilePage ux:Template="profilePage" />
<SettingsPage ux:Template="settingsPage">
<WhileTrue Value="{changeIt}">
<float4 ux:Key="MyApp.ThemeColor" ux:Value="Blue" />
</WhileTrue>
</SettingsPage>
</Navigator>
</App>
Please Consider my suggestion!
Cheers,
Elizabeth