我有一个像
这样的窗口<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,但是对于托盘图标(不是任务栏图标)。