Can I override styles for the standard complex Xamarin.Forms controls.
For example some controls like the tabbed page have several visual elements that I would like to customise. Such as the colour of the selected tab.
Do these controls have XAML styles controlling these properties or is it all done in the renderers in a platform specific and non customisable way?
If I can customise them, how do I do this and how can I find out what style names to override?