ResourceDictionary
9816
16-Aug-2011
How to use ResourceDictionary of WPF,,When we use simple windows form and add only usercontrols of wpf
Anonymous User
16-Aug-2011John Smith
16-Aug-2011Add->Existing item->Select the Resource file
You can use following line of code to include resource file.
By using key value we can access resource.
Use this function
this.FindResource("Key value")