c# - ApplicationBar Foreground color not applying -
I am working on a Windows 8 phone.
I have an app bar with an icon, I've set the background and foreground color as the symbol too.
ApplicationBar.BackgroundColor // Orange ApplicationBar.ForegroundColor // White Now the application bar looks like this:
Now my phone theme settings I have set the accent color as pink so when I tap on the icon it looks like this:
But when I tap on the icon, I want to That affect the way, even though my phone settings accent color pink or some other color and set the background the Light or Dark .
< Div class = "post-text" itemprop = "text">
It is not possible to change the behavior of the applicationbar in the way you describe it.
The application is not regular control and it is not possible to change the behavior in this manner
If you really want to get your behavior, then you have your own space for your application Will need to be created.
Comments
Post a Comment