Questions tagged [blend-sdk]

The Expression Blend Software Development Kit (SDK) for Silverlight 4

Microsoft Expression Blend 4 includes new built-in behaviors, which are reusable pieces of packaged code that can be dragged onto any object, and then fine-tuned by changing their properties. Behaviors allow you to add interactivity to your applications without having to write any code. The Behavior API consists of three core classes: Trigger, Action and Behavior. This SDK explores how to write each of these components, and contains a few code samples to help you get started. Programming reference topics are provided for Microsoft Silverlight. For more how-to and overview information about behaviors in Expression Blend, see the Expression Blend User Guide, available when you install Expression Blend 4.

The Expression Blend SDK also contains the following redistributable components:

SketchFlow Player
Custom VSM for Fluid Layout
Font Embedding enhancements
Effects and Transition Effects
Shapes

The Expression Blend SDK is required to edit an Expression Blend 4 project that uses any of these components if Expression Blend 4 is not installed.

1 questions
4
votes
1 answer

Double Click trigger for Silverlight

Related: "Cleanest single click + double click handling in Silverlight?" What is the simplest way to make a double-click trigger some action in XAML? I'm trying to do something like this, closing a popup when the user double-clicks a ListBox…
McGarnagle
  • 101,349
  • 31
  • 229
  • 260