Reputation: 1314
i need to change from this
to this
BUT with a little nuance: nothing except the circle must change. i mean those three dots, they must stay gray. that's why ApplicationBar.ForegroundColor
doesn't fit.
please help.
Upvotes: 0
Views: 354
Reputation: 12465
I don't think this is possible with the standard ApplicationBar. I might suggest writing your own or modifying one like the one found in Phone7.Fx or this one. Then you could have your own property on the ApplicationBar (eg: CircleBrush) that you could modify.
I would suggest not doing this as it would take away from the standard user experience of the phone. What is it you are trying to accomplish?
Upvotes: 2