---
title: "What are the Resources, Styles and Triggers?"  
description: "What are the Resources, Styles and Triggers?"  
author: "Sumit Kesarwani"  
published: 2013-09-04  
updated: 2020-09-03  
canonical: https://www.mindstick.com/interview/1804/what-are-the-resources-styles-and-triggers  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# What are the Resources, Styles and Triggers?

Style - element containing setter elements.

Triggers - used to change the look and feel of the controls dynamically

Resources - Styles and Triggers are stored in the resources

Static Resources - resources are searched at load time

Dynamic Resources - If the resource changes while the program is running

## Answers

### Answer by Sumit Kesarwani

Style - element containing setter elements.

Triggers - used to change the look and feel of the controls dynamically

Resources - Styles and Triggers are stored in the resources

Static Resources - resources are searched at load time

Dynamic Resources - If the resource changes while the program is running


---

Original Source: https://www.mindstick.com/interview/1804/what-are-the-resources-styles-and-triggers

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
