简体   繁体   中英

RadWindow icon not visible in taskbar

Im use telerik RadWindow and I dony see the icon of the window in the task bar.

I set the header of the window:

Header="My Window"

And I set the Icon Template:

<telerik:RadWindow.IconTemplate>
   <DataTemplate>
      <Image Source="../planet.ico"/>
   </DataTemplate>
</teleik:RadWindow.IconTemplate>  

设置MinimizeIconUrl的图标,您的问题必须解决

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM