Tagged Questions
3
votes
3answers
1k views
Customize rounded corner radius of a WPF polyline
is it possible to set the corner radius of a WPF polyline to a custom value.
For a WPF border it is possible.
In my opinion, the polyline can only set StrokeLineJoin="Round", but not the radius:
...
1
vote
2answers
997 views
How to move all coordonate from a WPF PolyLine object?
I have a graphic made dynamically with a polyline object. It produces something interesting but I would like to keep only the last 10 coordonates and once we have reach the 10th position, every ...