How can I change the color of an imagebutton on mouse over?
<ContentView xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="DMInfoOrganizer.CheckBox">
<ContentView.Content>
<ImageButton x:Name="BtnCheck" Clicked="BtnCheck_Clicked"></ImageButton>
</ContentView.Content>
</ContentView>