-
Notifications
You must be signed in to change notification settings - Fork 270
Open
Description
It's not possible to edit points of a polyline.
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Width="640"
Height="480">
<Canvas>
<Path Width="120"
Height="100"
Stretch="None"
Stroke="Black"
StrokeThickness="2"
Canvas.Left="120"
Canvas.Top="204.04000000000002" />
<Polyline Points="0,0 93,69 -4,124 -4,124 -4,124"
Stretch="None"
Stroke="Black"
StrokeThickness="2"
Canvas.Left="124"
Canvas.Top="119.03999999999999" />
</Canvas>
</Window>
Metadata
Metadata
Assignees
Labels
No labels

