Posted 13 Nov 2011 Link to this post
RadMenuItem menu = CreateMenu(
"abc"
);
menu.Header =
;
Image img =
new
Image();
img.Source =
BitmapImage(
Uri(@
"D:\desktop\c.jpg"
, UriKind.Relative));
img.Width = 14; img.Height=14;
menu.Icon = img;
Posted 14 Nov 2011 Link to this post
Posted 16 Nov 2011 Link to this post