views:

48

answers:

1

Hi I recently downloaded trial version of Microsoft Expression Blend and I can't figure out how I can draw polygons. I only found predefined shapes like pentagon,octagon, triangles but I can't find a tool to draw polygon

+1  A: 

Use the Pen tool. See http://expression.microsoft.com/en-us/cc188984.aspx for a video tutorial.

Kris
Using that tool will i be able to use "Make into control" ?
exMode
You can right click and choose make into control, that will create a template that looks like what you have drawn. But if you want to create a shape that resizes in a particular way or allows you to choose number of sides e.t.c you will need to write code to create it instead of using the pen tool.
Kris