In this article we will be seeing how to add a polygon on top of the Silverlight Bing Map. Refer this Article for creating Silverlight Bing Map Control. MapPolygon: The MapPolygon class accepts a list of points that define its shape and location on the map. MapPolygon class is used to represent a polygon on the map. Namespace: Microsoft.Maps.MapControl Assembly: Microsoft.Maps.MapControl (in microsoft.maps.mapcontrol.dll) Create Silverlight application:
Location: Contains the altitude and coordinate values of a location on the map. Fill: It is used to get or set the fill of the shape. Opacity: It is used to get or set the opacity of the shape. Stroke: It is used to get or set the stroke color of the shape.