Xamarin.Forms
                                
                                
                                
                                    Xamarin.Forms copied to clipboard
                            
                            
                            
                        After installing the "Miicrosoft.UI.XAML" NuGet package on UWP platform. The Xamarin Button control style was changed.
After installing the "Miicrosoft.UI.XAML" NuGet package on UWP platform. The Xamarin Button control style was changed.
Description
Steps to Reproduce
- Run the sample
 - you can see after installing the "Miicrosoft.UI.XAML" NuGet package the button style was changed.
 
Basic Information
- Version with issue:
 - Last known good version:
 - Platform Target Frameworks: UWP
 - NuGet Packages: Miicrosoft.UI.XAML
 
Screenshots
Without "Miicrosoft.UI.XAML"  NuGet package
With "Miicrosoft.UI.XAML"  NuGet package
Sample Link
With "Miicrosoft.UI.XAML" NuGet package https://www.syncfusion.com/downloads/support/directtrac/general/ze/XamarinUWP2-1969763199
Without "Miicrosoft.UI.XAML" NuGet package https://www.syncfusion.com/downloads/support/directtrac/general/ze/XamarinUWP2029506082
Any updates?
That is something that comes with WinUI, they implemented a new style which is backwards compatible, so when you install that it will show up in your app. I think there is documentation here on how to revert to the old styling if that's what you want.
There is not much we can do about this from our side.