c# - How to change the background color of Status Bar in WP8 silverlight? -
is there way change background color of status bar in windows phone 8 silverlight application?
it quite easy that, i'm not sure if reflected in emulator (better try on real device).
open xaml of page want change status bar , change these properties way want them be:
shell:systemtray.isvisible="true" shell:systemtray.backgroundcolor="#2440b2" shell:systemtray.foregroundcolor="white"
the *.isvisible property ensures status bar visible, *.backgroundcolor setting correct background of status bar , *.foregroundcolor changes color of text , icons.
Comments
Post a Comment