2
Answers

What are Resources in WPF ?

Nicole Wells

Nicole Wells

7y
221
1
Hai All,
 
All, I Know about the Resources in WPF is this can you explain me more about this.
 
A resource is an object that can be reused in different places in your application. WPF supports different types of resources. These resources are primarily two types of resources: XAML resources and resource data files. Examples of XAML resources include brushes and styles. Resource data files are non-executable data files that an application needs.
 
Thanks in Advance
Answers (2)
0
Rafnas T P

Rafnas T P

NA 12.2k 435.7k 7y
hi,
you can read below link for more details
 
http://www.c-sharpcorner.com/UploadFile/anku123/resources-in-wpf/ 
Accepted
0
Ankit Sharma

Ankit Sharma

NA 8.8k 140.9k 7y
Hi Nicole,
 
Please refer to below links to know about WPF resources
 
http://www.wpf-tutorial.com/wpf-application/resources/
 
https://www.tutorialspoint.com/wpf/wpf_resources.htm
 
Hope this helps