Menu

The Microsoft Expression Blend Software Development Kit (SDK) provides conceptual topics for behaviors, which are reusable pieces of packaged code that can be dragged onto any object and then fine-tuned by changing their properties. The SDK also includes a programming reference for other extensibility features in Expression Blend, such as controls, drawing features, and effects.

important note Note:

Because the Expression Blend SDK is provided to you "as-is," support services may not be provided for it. Microsoft may provide updated components to the SDK in the future. To check for updates, see Microsoft Help and Support.

Working with behaviors

Expression Blend includes a variety of built-in behaviors. You can use behaviors to add interactivity to your applications without having to write any code.

You can use the Expression Blend SDK to extend the capabilities of behaviors in Expression Blend. The Behavior API consists of three core classes: Trigger, Action, and Behavior. This SDK explains how to write each of these components, and contains a few code samples to help you get started. Additional content about some behaviors is available at the following locations:

Getting started

important note Note:

SketchFlow is available only in Expression Studio Ultimate.

Start learning about the Expression Blend SDK by reading the following topics:

Helpful things to know when you read topics

  • In the Programming reference section, you can collapse all the sections in a topic to view a list of headings, by clicking the Collapse�All link at the top of the topic.

  • To show or hide different languages for code samples in a topic, select or clear the check boxes in the Language Filter drop-down list at the top of the topic.

  • To print a topic, click inside the topic window, and then press CTRL+P.


��Copyright � 2010 by Microsoft Corporation. All rights reserved.