Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Styling Xamarin.Foms DisplayAlert [closed]

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.

like image 917
Tartar Avatar asked Dec 09 '25 15:12

Tartar


1 Answers

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

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

like image 66
Dan Banasiak Avatar answered Dec 11 '25 05:12

Dan Banasiak