Search code examples
wpfassemblyinfo

Is there a way to assign the AssemblyTitle in WPF to the Window Title?


I want to have the AssemblyTitle change whenever I change the Title of the main window in WPF. Im not sure how to do this? Any suggestions? Can I do this in the XAML?


Solution

  • AssemblyTitleAttribute.Title is readonly so this is not an option.

    http://msdn.microsoft.com/en-us/library/system.reflection.assemblytitleattribute.title(v=vs.110).aspx