I set the HasTabImages on the TabbedMdiHost and the tabs show the image and then the tab title. I am wondering if there is a way to have it show the tab title and then the image (i.e. place the image after the title).
I can't seem to set the TabbedMdiTabContextContentTemplate for this because my DockSite.DocumentItemsSource is bound to a collection of items that are UIElement's, so the data template has not DataContext (which is needed because the Image to display is a property on the item in the DocumentItemsSource.