Browse by Tags

All Tags » Expression Blen... » Samples   (RSS)
  • Silverlight collaboration demo source code from the MIX essentials keynote

    A few people at the MIX essentials event we organized in April requested me to post the source code for the Silverlight demo we gave in the opening keynote. So, here is the code (download at the bottom) along with some explanations of what we implemented. What's also available: a running example hosted at Silverlight Streaming . Check out the recording of the session to view the demo being demonstrated live. Button style The "Refresh" button's style is customized by using Application Resources. Application
    Posted to Katrien's MSDN Blog (Weblog) by katriend on May 12, 2008
    Filed under: visual studio, expression, samples, silverlight 2, expression blend, mix essentials
  • 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 this behavior (if that code doesn't work properly when executed inside Blend or if it is a more time consuming experience). This post explains how to detect if your code is executed inside Blend and provide an alternate implementation for that case.
    Posted to Adrian Vinca's blog (Weblog) by adrianvinca on July 27, 2007
    Filed under: Expression Blend, Windows Presentation Foundation, Samples
  • 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 of the lines. For simplicity, I will use a set of predefined nodes and a set of predefined lines connecting those nodes (but, the functionality could be easily exteded to create them dynamically). I've used mainly Microsoft Expression Interactive
    Posted to Adrian Vinca's blog (Weblog) by adrianvinca on March 7, 2006
    Filed under: Expression Blend, Samples, Expression, Designer Tools

© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Microsoft
Page view tracker