I made a XAML style for a button in WPF to be used for menu items. When creating the menu list i want to change the icon (FontAwesome icon) based on a parameter i put into my code to keep it clean and use the same style for the other elements in my button.
However so far I've found that it's not possible to send parameters to styles. So I was wondering how i can achieve it. I also tried Icon="{Binding Path=Icon}" but i believe this doesn't apply for each button seperately.