How to draw a smooth curved line in WPF?

后端 未结 2 741
小鲜肉
小鲜肉 2021-02-20 16:38

I have three known positions, and currently I am driving two lines like so:

Line line = new Line
{
    StrokeThickness = 3,
    Stroke = lineColor,
    X1 = MyX,         


        
2条回答
提交回复
热议问题