I applied BureauBlue.xaml theme to my application and it wreck my all alignment. Is there any solution to apply theme without destroying my alignment???
Place your theme in "Themes" Folder.
application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Class="WpfApplication4.App" StartupUri="MainWindow.xaml"> Application.Resources> ResourceDictionary> ResourceDictionary.MergedDictionaries> ResourceDictionary Source="Themes/BureauBlue.xaml"/> /ResourceDictionary.MergedDictionaries> /ResourceDictionary> /Application.Resources> /Application>
I just removed starting bracket of my code because it does not shows my code.