I am developing a Xamarin.Forms
UWP application.
I am struggling to set the accent colour of my application. This is the colour that is used for certain
You can define a style setter property in App.xaml
Then use CustomRenderer for the controls you need to change colors
protected override void OnElementChanged(ElementChangedEventArgs
in a similar way you would be able to use Themed Resource Dictionary key and apply. This code can be used to have native styles on Xamarin's control.