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.
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.
You can use custom renderers and create the specific-platform alert.
More information: https://developer.xamarin.com/guides/xamarin-forms/application-fundamentals/custom-renderer/