Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Samples » Expression Blend   (RSS)

How to detect if your code is being executed inside Expression Blend

Introduction In order to provide an editing experience as close as possible to the runtime, Expression Blend executes some of the user defined code (it instantiates controls, data sources, sets properties, etc.). But in some cases, you may want to avoid

Displaying a graph using databinding and styles

This example shows how databinding and styles can be used for displaying a set of connected nodes. To better illustrate this, I've added some basic interactivity: the nodes can be dragged using the mouse and databinding will update automatically the positions
 
Page view tracker