Is there a c# equivalent of XAML lowercase commands used in Data attribute of Path ?
XAML:
<Path Stroke="Black" Data="M 100,200 c 100,25 400,350 400,175" />
From what I can see LineSegmenet, BezierSegment and other types of segments don’t expose a property that would suggest a use of relative coordinates instead of default absolute.
You can do something like this