Is there a way to use Polygon as Container (like grid or panel ) in WPF ?
Asked
Active
Viewed 203 times
1 Answers
0
You might override the "OnRender" method of a border, to render it in different shapes, and use its child Property.This link might help: How can I draw a border with squared corners in wpf?