Blend for Visual Studio 2012 SDK for Windows Presentation Foundation (WPF)

The Blend for Visual Studio 2012 Software Development Kit (SDK) for Windows Presentation Foundation (WPF) 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 Blend, such as controls, drawing features, and effects.

Important

Because the 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

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 Blend SDK to extend the capabilities of behaviors in 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.

Getting started

Important

SketchFlow is available only in Expression Studio Ultimate.

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

For more information about extensibility features in Blend, such as controls, drawing features, and effects, see the following Blend for WPF Programming Reference.