#516 – Drawing a Path in Blend with the Pen Tool
You can use the Pen tool in Blend to draw a Path object. A path is just a series of connected line segments or curves. You draw a Path by specifying a series of individual points. To start drawing a...
View Article#517 – XAML Output when Drawing with the Pen Tool
When you use the Pen tool in Blend to draw a path, Blend will generate a Path element in the corresponding XAML for the window or page. The data representing the geometry of the actual path is located...
View Article#519 – Adding Points to an Existing Path
You can add points to an existing Path object in Blend by using the Pen tool. Start by selecting the existing path. First, click on the Selection tool in the tools panel. Then left-click to select...
View Article#521 – Pen and Pencil Tools Both Generate Path Elements
Whether you use the Pen tool or the Pencil tool in Blend, you’re generating a Path element, which just defines a series of line segments or curves. Using either tool in Blend results in the Data...
View Article