Wie kann ich das Taskleistensymbol überlagern? WPF

Ich habe ein Fenster wie

<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>

Wie ist es möglich, ein DrawingImage-Symbol in die Taskleiste einzufügen? Ich hoffe, es gibt etwas wie TaskBarItemInfo, aber für das Taskleistensymbol (nicht für das Taskleistensymbol).

Antworten auf die Frage(0)

Ihre Antwort auf die Frage