常見例句To incorporate this XAML into a Web page, I first need to create the Silverlight plug-in. 要將此XAML集成到網(wǎng)頁,首先需要創(chuàng)建Silverlight插件。In the XAML editor, change the Title attribute of the Window element from Window1 to WPF Application. 在XAML編輯器中,將Window元素的Title屬性從Window1更改為WPF Application。This page assumes that the Sphere. Xaml file shown in Figure 1 is in the same directory as the page itself. 此頁面假定圖1所示的Sphere.;xaml文件與頁面本身位于同一目錄。You could, of course, build more interesting and complex controls with sophisticated XAML renderings. 當然,使用高級XAML呈現(xiàn),可以生成更引人入勝的復雜控件。This way, a designer can elect to remove certain elements from the XAML and the control will still work. 通過這種方式,設計者可以選擇刪除某些元素,而控件仍正常工作。Another drawback to the current implementation is that the XAML is fixed as an embedded resource. 當前實現(xiàn)的另一個缺點是XAML被固定為嵌入的資源。 返回 XAML