If you have an images folder with png image in it and you would like to set a MenuItem’s icon to that png. Here is how you can write in procedural code:
menuItem.Icon = new BitmapImage(new Uri("images/sample.png", UriKind.Relative));
Name (required)
Mail (will not be published) (required)
Website
Powered by WP Hashcash