How something along the lines of:
<ContextMenu>
<MenuItem Header="Reports">
<MenuItem.Icon>
<Image Source="/XSoftArt.WPFengine;component/Images/export32x32xp.png"/>
</MenuItem.Icon>
</MenuItem>
</ContextMenu>
Related Contents:
- WPF: How to display an image at its original size?
- WPF Error: Cannot find governing FrameworkElement for target element
- Place a dividing line in a menu in WPF
- WPF – how to hide menu item if command’s CanExecute is false?
- WPF – Import image as resource
- Image shows up in Visual Studio designer but not during run-time
- Dynamic loading of images in WPF
- How to get StackPanel’s children to fill maximum space downward?
- Binding to static property
- Passing two command parameters using a WPF binding
- Pushing read-only GUI properties back into ViewModel
- WPF Button with Image
- Hide grid row in WPF
- WPF: How to programmatically remove focus from a TextBox
- Firing a double click event from a WPF ListView item using MVVM
- How to remove default mouse-over effect on WPF buttons?
- Binding Visibility for DataGridColumn in WPF
- What are WPF Preview Events?
- How do I get the current mouse screen coordinates in WPF?
- Is there any difference between WPF TextBlock and TextBox?
- WPF – Create buttons with up and down arrows using standard buttons
- How To Raise Property Changed events on a Dependency Property?
- How do I use an icon that is a resource in WPF?
- Can I use a different Template for the selected item in a WPF ComboBox than for the items in the dropdown part?
- Setting a property with an EventTrigger
- Displaying html from string in WPF WebBrowser control
- How to display a text in XAML which contains double and single quotation marks?
- Image in WPF Button not Visible at Runtime
- WPF ListBox that lays out its items horizontally
- How to make title bar disappear in WPF window?
- What is the difference between ValidatesOnNotifyDataErrors and ValidatesOnDataErrors and NotifyOnValidationError in WPF validation?
- Defining MenuItem Shortcuts
- ImageSourceConverter error for Source=null
- How do I bind to another control’s property from a trigger?
- What’s the difference between x:Key and x:Name in WPF?
- WPF ListBox Scroll to end automatically
- WPF ListView with horizontal arrangement of items?
- Visual Studio 2010 – XAML Editor Extraordinarily Slow
- WPF without XAML
- How to define TextBox input restrictions?
- how to flip Image in wpf
- WPF rounded corner textbox
- Vertical Align in WPF TextBox
- AutoExpand treeview in WPF
- XAML – The property ‘Content’ is set more than once
- WPF Radiobutton (two) (binding to boolean value)
- WPF Commands vs Events Advantages/Disadvantages
- What is the difference between Width and ActualWidth in WPF?
- Why can’t Visual Studio find my WPF InitializeComponent method?
- WPF: What is App.xaml’s Purpose?