我只是想創建應用程序定義Style
:錯誤在應用程序作用域的風格在WPF
<Application x:Class="Customer_UI.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
<style>
</style>
</Application.Resources>
</Application>
ERROR: style is not supported in a Windows Presentation Foundation (WPF) project
它'Style'不是'style' – csharpwinphonexaml