How to draw a circle divided to thirds in XAML?

前端 未结 2 490
抹茶落季
抹茶落季 2021-02-09 20:22

In my WPF application, I\'d like to draw a circle divided into three equal arcs, like the peace symbol, or a pie chart.

In other words, I\'d like to draw this: http://i.

2条回答
  •  醉酒成梦
    2021-02-09 21:01

    There are a lot of different ways you could do this, with varying levels of verbosity. Here's one that's sort of in the middle:

        
            
                
                    
                    
                    
                    
                
            
        
    

提交回复
热议问题