如何叠加系统托盘图标? WPF

时间:2014-11-19 07:52:42

标签: c# wpf system-tray trayicon

我有一个像

这样的窗口
<Window
  x:Class="Hardcodet.NetDrives.UI.SystemTray.Sample"
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  xmlns:tb="http://www.hardcodet.net/taskbar">
  <Window.TaskbarItemInfo>
      <TaskbarItemInfo>
          <TaskbarItemInfo.Overlay>
              <DrawingImage>
                  ...
              </DrawingImage>
          </TaskbarItemInfo.Overlay>
      </TaskbarItemInfo>
  </Window.TaskbarItemInfo>
  <tb:TaskbarIcon x:Name="myNotifyIcon" Icon="pic.png"/>
</Window>

如何在托盘图标上添加一些DrawingImage?我希望有像TaskBarItemInfo这样的smth,但是对于托盘图标(不是任务栏图标)。

0 个答案:

没有答案