如何更改 C# 代码中的位置元素(行)?
<Grid x:Name="SetShipsGrid">
<Path Name="Line" Stroke="red" StrokeThickness="1" >
<Path.Data >
<GeometryGroup>
<LineGeometry StartPoint="50,50" EndPoint="350,50"></LineGeometry>
</GeometryGroup>
</Path.Data>
</Path>
</Grid>