I'm using the DisplayAlert()
method in Xamarin.Forms. Internally it uses MessageDialog
.
How can I change the style of the ok and cancel button on different events like PointerOver
, Pressed
, and so on?
Here one does implement it's own ContentDialog
with the according style. Other try to override some brushes, with the disadvantage that other things are changed too.
Has anyone got it managed to override the style/control template only for a MessageDialog
?