How to use resouce like this.
<OnPlatform x:TypeArguments="x:String" x:Key="SourceSansPro_Black"> <On Platform="iOS" Value="SourceSansPro-Black" /> <On Platform="Android" Value="SourceSansPro-Black.ttf#Source Sans Pro" /> </OnPlatform>
on another style.
<x:String x:Key="NavigationBarFont" Value="{StaticResource SourceSansPro_Italic}"/>
Maybe this helps how-do-i-reference-one-xaml-mergeddictionary-from-another.
Answers
on another style.
<x:String x:Key="NavigationBarFont" Value="{StaticResource SourceSansPro_Italic}"/>
Maybe this helps how-do-i-reference-one-xaml-mergeddictionary-from-another.