다음을 통해 공유


Controls, properties, and events reference

Blend for Visual Studio 2012 is an interactive design tool. In Blend, you can design an application visually on the artboard by drawing objects and controls; importing images, audio files, video files, and 3D objects; animating and styling objects; and displaying data.

The controls that appear in the Assets panel of Blend come from WPF(Windows Presentation Foundation) or Microsoft Silverlight assemblies. Most of these assemblies are installed with the Microsoft .NET Framework or Silverlight. Some might be .dll files that you have downloaded and referenced in your project.

WPF assemblies

You can view detailed information about the controls that come with WPF assemblies, including information about their properties and events, at the following locations on MSDN:

Silverlight assemblies

You can view detailed information about the controls that come with Silverlight assemblies, including information about their properties and events, at the following locations on MSDN:

참고 항목

작업

Add or remove a reference

개념

Choosing and using interactive controls

Writing code that will respond to events