Hi,
Does anyone know how to create a hexagon using the polygon class in XAML. I have been struggling a lot with it and don't seem to get it.
Thanks
Something like this:
<Polygon Points="60,0 30,51.9615242270663 -30,51.9615242270663 -60,7.34763812293426E-15 -30,-51.9615242270663 30,-51.9615242270663" Stroke="Black" />
Thanks Diederik this helps !