1
0
mirror of https://github.com/DarthAffe/CUE.NET.git synced 2025-12-12 08:48:30 +00:00

16 lines
663 B
XML

<ResourceDictionary 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"
xmlns:ui="clr-namespace:Example_Ambilight_full.TakeAsIs.UI">
<tb:TaskbarIcon x:Key="Taskbar"
ToolTipText="Keyboard-Ambilight"
IconSource="../../Resources/ambilight.ico"
PopupActivation="All">
<tb:TaskbarIcon.TrayPopup>
<ui:ConfigView />
</tb:TaskbarIcon.TrayPopup>
</tb:TaskbarIcon>
</ResourceDictionary>