How do I Draw a hexagon in XAML?
Viewed 33 times.
-
Example
Copy code to clipboard<Polygon Points="87,-50, 0,-100, -87,-50, -87,50, 0,100, 87,50" Stroke="#00A686" StrokeThickness="4" />
12 Nov 2019
Author: Loek van den Ouweland
Would you recommend this example to your colleagues?