Reusing elements in StandardStyles.xaml

Posted by nmarun on ASP.net Weblogs See other posts from ASP.net Weblogs or by nmarun
Published on Tue, 23 Oct 2012 14:26:12 GMT Indexed on 2012/10/23 17:02 UTC
Read the original article Hit count: 184

Filed under:
|
|
In one of my previous blogs (second point) , I mentioned not to modify the StandardStyles.xaml, but instead to create your own resource dictionary. I also mentioned how to declare your custom styles dictionary in the App.xaml file. If you want to reference or build upon from an existing style in the StandardStyles.xaml file, do the following: 1. Remove the entry for StandardStyles.xaml in the App.xaml file 2. Add your custom resource dictionary in the App.xaml file 1: <!-- App.xaml --> 2: <...(read more)

© ASP.net Weblogs or respective owner

Related posts about .NET

Related posts about windows 8