Answer Posted / Umesh Srivastava
Static resources are XAML elements that are defined within a resource dictionary and are available throughout an entire application or user control. They are declared with the StaticResource key and can be referenced using {StaticResource KeyName}. Dynamic resources, on the other hand, are those that are created at runtime and their values can change during the application's execution. They are declared with the DynamicResource key.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category