This article continues from Graphics in Silverlight 5: Part I and Graphics in Silverlight 5: Part II.
In the third part of this series, we shall continue exploring other Shape elements. We begin with the Polygon.
Polygon
Using this element, you can draw polygonal shapes. A polygonal shape is a connected set of lines forming a closed shape.
Let us see how to use this element in Silverlight. Create a Silverlight application named PolygonDemo.
Read more of this article at: http://www.c-sharpcorner.com/UploadFile/mamta_m/9678/