Skip to content

Xaml Designer - edit polyline points not possible #69

@TeaJAge

Description

@TeaJAge

It's not possible to edit points of a polyline.

image

image

<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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions