Create a prototype project

중요중요

SketchFlow is available only in Microsoft Visual Studio 2012 Ultimate and Visual Studio 2012 Premium.

A SketchFlow project in Blend for Visual Studio 2012 functions just like other Blend projects. However, SketchFlow includes tools created specifically for creating prototypes, making it easier to create functioning prototypes quickly.

For more information about SketchFlow, see Getting started with SketchFlow.

For more information about working with projects in Blend, see Working with solutions, projects, and files.

To create a new prototype project

  1. On the File menu, click New Project.

  2. In the New Project dialog box, under Project types, click Silverlight or WPF.

  3. In the window on the right, click either Silverlight SketchFlow Application or WPF SketchFlow Application.

  4. In the Name box, type a name for the prototype project.

  5. In the Location box, browse to the folder where you want to store the project.

  6. In the Language drop-down list, select C# or Visual Basic.

  7. Click OK.

Create an application flow

The SketchFlow Map panel is a graph editor in which you can define the structure, flow, navigation, and composition of an application.

SketchFlow 맵

You can use the SketchFlow Map panel to focus on the structure of an application, and the artboard to focus on the content of individual screens. For example, you can outline the application flow before you begin to think about the user interface (UI), and then immediately review the application flow by using the SketchFlow player, even if your screens contain nothing but a few notes.

For more information about how to create an application flow, see Create an application flow.

Create content on the artboard

When you focus on individual screens, you can use any of the drawing tools available in Blend, or you can import files from Adobe Photoshop, preserving layers, vector masks, and text. You can also use the images to represent UI controls. You have access to the full range of actual UI controls available for WPF(Windows Presentation Foundation) and Microsoft Silverlight. In addition, you can easily create components that can be reused throughout your project.

For more information on creating content on the artboard, see Add content to the artboard.

Refining your prototype

You can continue to move back and forth between the application flow and the artboard, refining the flow or the content. At any time, you can build the project and run it in the SketchFlow Player by pressing F5.