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:

Enter image details here

Now my phone theme settings I have set the accent color as pink so when I tap on the icon it looks like this:

 Enter the image details here

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 .

Enter image details here

< 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

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -