Click here to Skip to main content
15,887,596 members
Articles / Desktop Programming / WPF

How to Design and Draw a Commercial Software Box using Microsoft Expression Blend 2?

Rate me:
Please Sign up or sign in to vote.
3.65/5 (9 votes)
23 Dec 2008CPOL2 min read 66.9K   520   49   7
Step by step Expression Blend 2 tutorial on how to draw and design a Commerical Software Box.

Note that you need Expression Blend 2 with .NET 3.0 installed.

NextwaveSoftwareBoxTutorial

Introduction

In this tutorial, I'm going to explain how to draw and design a Commercial Software Box using Expression Blend 2. It is only XAML code. By the end of this tutorial, you'll know how to draw and design a commercial software box using Expression Blend 2.

Background

Get some basic knowledge of Blend 2 from: .NET 3.0 WPF Tools && Examples.

Tutorial

Step 1: Select Pen from the Toolbox, draw the path Front layouts of the Software Box. Customize the Fill color of the Front to LinearGradient as following. Perform BrushTransform so that the gradient is parallel to the side of the Front.

SoftwareBoxBlendTutorial1

Step 2: Select Pen from the Toolbox, draw the path Side layouts of the Software Box. Customize the Fill color of the Side to LinearGradient as follows. Perform BrushTransform so that the gradient is parallel to the side of the Side.

SoftwareBoxBlendTutorial2

Step 3: Using a Paint .NET, design the commercial front and side image to be displayed on the software box. You can set the background to transparent and save them as PNG format.

SoftwareBoxBlendTutorial3

Step 4: You can add the side and front images to your Expression Blend project. You can add the images to your project by select "Add Existing Item".

SoftwareBoxBlendTutorial4

Step 5: Select on the LayoutRoot, then drag and drop the image from Projects Tree to the Designer. Resize the image, then, select "Make Image 3D".

SoftwareBoxBlendTutorial5

Step 6: Select on the Front3D 3D image model, then customize the 3D rotation of the front image to fit the front layout of the software box.

SoftwareBoxBlendTutorial6

Step 7: In order to make a reflection for the software box, select on the Front 3D model, perform a Flip Y-Axis transform.

SoftwareBoxBlendTutorial7

Step 8: Then continue with a Translate-Y transform. Select clip to bound in order clip your desired reflection bound. You can repeat the same concept for the Side.

SoftwareBoxBlendTutorial8

Step 9: Finally, you have the commercial software box.

NextwaveSoftwareBoxUpdate300

View More "How to Blend" Tutorials

History

  • 24th December, 2008: Initial post

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) www.nextwavesoft.com
United States United States
Senior Software Developer at nextwavesoft

Comments and Discussions

 
Generalgreat Pin
omycah8-Jun-09 21:52
omycah8-Jun-09 21:52 
GeneralThank you for the tutorial Pin
usacoder3-Mar-09 14:37
usacoder3-Mar-09 14:37 
GeneralMy vote of 1 Pin
filippov.anton29-Dec-08 18:37
filippov.anton29-Dec-08 18:37 
photoshop lessons?
GeneralAdvert Pin
Paul Selormey23-Dec-08 18:47
Paul Selormey23-Dec-08 18:47 
GeneralRe: Advert - Removed. Pin
Steve-Low-NextwaveSoft26-Dec-08 10:39
Steve-Low-NextwaveSoft26-Dec-08 10:39 
GeneralRe: Advert - Removed. Pin
Paul Selormey26-Dec-08 11:42
Paul Selormey26-Dec-08 11:42 
GeneralMy vote of 1 Pin
Puchko Vasili23-Dec-08 18:39
Puchko Vasili23-Dec-08 18:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.