WPF 资源文件 内容换行

在文件头加一行
xml:space="preserve"
内容:
<system:String x:Key="Title">Automatic Chemiluminescence 
 Immunoassay Analyzer</system:String>
页面引用:Text="{StaticResource Title}"

在文件头加一行
xml:space="preserve"
内容:
<system:String x:Key="Title">Automatic Chemiluminescence 
 Immunoassay Analyzer</system:String>
页面引用:Text="{StaticResource Title}"