Tuesday, 13 August 2013

theme in windows phone(light or dark) using c#

theme in windows phone(light or dark) using c#

How do I know what the theme is selected in the settings (light or dark)?
I want to use a conditional statement such as
if (darkTheme) {..}
else {..}

No comments:

Post a Comment