I'm using Xamarin.Forms Shell and I'm trying to figure out how to modify the ShellContent Title font. ShellContent doesn't expose any Font attributes. Is this possible?
<ShellContent Title="Worklist" ContentTemplate="{DataTemplate local:WorklistPage}" Icon="worklist.png" />
Answers
I came across this GitHub issue: https://github.com/xamarin/Xamarin.Forms/issues/4509
It looks like it is not possible