December 2014
Intermediate to advanced
512 pages
17h 4m
English
All the preceding shapes are just special cases of a powerful shape called Path. Path adds only a single Data property to Shape, which can be set to an instance of any geometry, for example:
<Path StrokeThickness="10" Fill="Red"> <Path.Data> <RectangleGeometry Rect="0,0,100,100"/> </Path.Data></Path>
Geometries are covered in the next section. First, let’s look at a number of ways to alter the appearance of any shape’s strokes.
Read now
Unlock full access