How can I draw a border with squared corners in wpf?

后端 未结 2 1898
终归单人心
终归单人心 2020-12-10 19:54

You know, like Battlestar paper! I have given this a few goes but now I\'m stumped. I haven\'t yet gone down the geometery route, so I\'ll explain this as best as I can.

2条回答
  •  死守一世寂寞
    2020-12-10 20:13

    To avoid the nasty breaks at the end, you could use a Polygon or PolyLine:

        
    

    The width I picked is arbitrary...

提交回复
热议问题