4

Is it possible to change the properties of Xamarin Forms' (Especially for UWP) DisplayAlert such as size, text color, button color etc. ? I have been trying to find a solution for this but could not find anything.

Any help would be appreciated.

Tartar
  • 5,149
  • 16
  • 63
  • 104

1 Answers1

1

You can use custom renderers and create the specific-platform alert.

More information: https://developer.xamarin.com/guides/xamarin-forms/application-fundamentals/custom-renderer/