6

I want to change the color of the dots of the SystemTray.ProgressIndicator to fit my app's overall design. Is there a way to do this?

Thanks for any advice.

BTW: Binding to ProgressIndicator in XAML

Robaticus
  • 22,857
  • 5
  • 54
  • 63
Rico Suter
  • 11,548
  • 6
  • 67
  • 93

1 Answers1

1

I don't think you can, they appear to be tied to whatever color the carrier/handset maker combination decided to use.

So for example I have three WP7 devices, two on Verizon (both HTC Trophy) and and one on AT&T (Samsung Focus). The metro tiles on the Verizon phones are red, I'm guessing to match the red Verizon logo, and so the dots are red. The AT&T phone's tiles are blue, I'm guessing to match the blue AT&T logo, and so the dots are blue.

Tom Kidd
  • 12,830
  • 19
  • 89
  • 128
  • Of course, it's the accent color by default... (can be changed in settings). I need to change it to my application's color... But I've accepted that I can't change it :-) – Rico Suter Mar 08 '12 at 08:42