Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change SystemTray Progress Indicator Color

i need change color of SystemTray.ProgressIndicator color, how i can do it?

I tried setting ForegroundColor for SystemTray, it works for only text not Inicator. Indicator always uses PhoneAccent color.

like image 845
Roman Golenok Avatar asked Apr 04 '12 08:04

Roman Golenok


1 Answers

According to Jamie Rodregez this is not possible. Could you use the normal ProgressBar or PerformanceProgressBar and style it so it was at the top of the page like the progress indicator?

like image 153
gbanfill Avatar answered Sep 29 '22 15:09

gbanfill