I am using MahApps and AvalonDock for my WPF application, AvalonDock tab header icon can only accept URI icon source. However, from my understanding MahApps icon need to set like below:
<MenuItem.Icon>
<iconPacks:PackIconMaterial Kind="Close" Foreground="Red" />
</MenuItem.Icon>
But AvalonDock does not accept this when I bind the icon property from the respective ViewModel, how can I change this MahApps icon into URI?