This is a migrated thread and some comments may be shown as answers.

Icon on a radWindow programatically

0 Answers 57 Views
Window
This is a migrated thread and some comments may be shown as answers.
Iheb
Top achievements
Rank 1
Iheb asked on 29 Mar 2013, 10:47 PM
I want to put an icon on the top left of a radWindow programatically

my code is like this

RadWindow radWindow = new RadWindow();
radWindow.Header = "The header";
radWindow.Icon = new Image()
   {
   Source = new BitmapImage(new Uri("../ressources/enregistrer.png", UriKind.Relative))
   };
radWindow.Show();

but the icon dont show up

Pls help me :)

No answers yet. Maybe you can help?

Tags
Window
Asked by
Iheb
Top achievements
Rank 1
Share this question
or