Mireille
Mireille

Reputation: 677

Add XAML Style to xamarin From Blend

I've created a xaml style using Blend for Visual Studio, and I'm trying to add this style to my xamarin visual studio project, but it failed because it couldn't find the markup extension ThemeResource, is there a way to add this markup extension to my project? Thanks

Upvotes: 0

Views: 852

Answers (1)

Lex Li
Lex Li

Reputation: 63173

Blend is for WPF/Silverlight/UWP only, while Xamarin.Forms uses a slightly different XAML specs.

Microsoft/Xamarin should be able to let Blend support Xamarin.Forms in the future, but not now.

Upvotes: 1

Related Questions