WPF窗口没有正确命名的标题

时间:2015-04-15 14:21:04

标签: c# wpf

我有一个WPF应用程序,其标题设置为" Pioneer Document Handling Viewer"在xaml中:

<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
 xmlns:mt="clr-namespace:DocumentHandlingTouch" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" x:Class="DocumentHandlingTouch.MainWindow"
Title="Pioneer Document Handling Viewer" Height="909" Width="1020" WindowState="Maximized"
   Icon="default_document.ico" xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit">

但是当我运行它时,它会显示一个较旧的标题:Title From running window。 我尝试过干净的重建工作。重新开放项目等,标题仍然没有改变。 为什么XAML与运行时标题不同?

0 个答案:

没有答案