标签: windows-phone-7 styling progress-indicator
我需要更改SystemTray.ProgressIndicator颜色的颜色,我该怎么做?
SystemTray.ProgressIndicator
我尝试为ForegroundColor设置SystemTray,它仅适用于非指标的文字。指示灯始终使用手机强调颜色。
ForegroundColor
SystemTray
答案 0 :(得分:7)
根据Jamie Rodregez this is not possible。您可以使用普通ProgressBar或PerformanceProgressBar并对其进行样式设置,使其位于页面顶部,如进度指示器吗?