I am using mahapps iconpacks and I come across this method "spin" but I have no idea how to bind it to a mouse over event
<Button x:Name="btnRefresh"
Content="{iconPacks:PackIconMaterial Kind=Refresh, Spin=True}">
I want the icon to spin only when the mouse cursor is over the button and stop from spinning when it's not. Thanks.