== Triggers == === Property Trigger === Example of a trigger that kicks in when MouseOver event occurs: === Event Trigger === ''Button'' click triggers ''Border'' animation. Basically, the button click event will trigger a named and defined action (here an animation). In turn, another control (here a Border) will use the action which gets triggered by button. Here is the button definition: Border (in Popup) that gets animated: ... === Data Trigger ===