반응형
var indicator = new ProgressIndicator
{
IsVisible = true,
IsIndeterminate = true,
Text = "Testing!"
};
SystemTray.SetProgressIndicator(this, indicator);
반응형
'WINDOWS PHONE' 카테고리의 다른 글
| 웹에 있는 이미지 출력하기 예제. (0) | 2012.10.11 |
|---|---|
| DispatcherTimer 예제 (0) | 2012.10.08 |
| 그달의 마지막날 구하기. (0) | 2012.09.14 |
| LINQ 문자열 검색 SQL Like 같이 하기 (0) | 2012.07.24 |
| RelativeSource 사용하기 (0) | 2012.06.28 |



