Показать System Tray

<phone:PhoneApplicationPage
    ...
    xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone"
    shell:SystemTray.IsVisible="True">
    ...

Цвет фона

shell:SystemTray.BackgroundColor="Blue"

Цвет текста

shell:SystemTray.ForegroundColor="Red"

Прозрачность

shell:SystemTray.Opacity="0.5"

Индикатор прогресса (?)

<shell:SystemTray.ProgressIndicator>
    <shell:ProgressIndicator IsIndeterminate="True" IsVisible="True" Text="Click me..." />
</shell:SystemTray.ProgressIndicator>

Теги: windows phone, xaml, памятка

Редактировать