Windows Phone 8.1 Silverlight and XAML
问题 Is there any way I can add XAML controls to my WP 8.1 Silverlight app? I'd like to use progress rings and toggle switches but it seems like Silverlight doesn't have them. How can I add them? Adding a "using Windows.UI.Xaml.Controls" reference doesn't work by the way. 回答1: Windows.UI.Xaml.Controls is Windows Phone 8.1 Runtime only (or better known as Universal App). If you don't like the controls already in Silverlight, Microsoft has release a extended control kit all "Windows Phone Toolkit".