Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

App.xaml

$
0
0

Hello. I created a App.xaml file that has a defined <Application.Resources> tag and a set of < Style x:Key="baseStyle" TargetType="VisualElement" ... / > I get a xaml parser error anytime I try to referrence the key in a < ... Style={StaticResource baseStyle}" ... /> tag in a page. I've also tried referrencing them in a < ... BasedOn="..." ... /> tag and that doesnt work either. The parser error is that it cant resolve the key "baseStyle". Any suggestions?

code is attached


Viewing all articles
Browse latest Browse all 58056

Trending Articles