mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-23 02:06:35 +08:00
EnableSnapping完成
This commit is contained in:
@@ -44,8 +44,7 @@
|
||||
</Path>
|
||||
|
||||
<Path x:Name="rightarrow"
|
||||
Data="{Binding ShapeViewModel.SinkMarker.Path}"
|
||||
Visibility="{Binding Path=IsFullConnection, Converter={x:Static s:BoolToVisibilityConverter.Instance}}"
|
||||
Data="{Binding ShapeViewModel.SinkMarker.Path}"
|
||||
Width="{Binding ShapeViewModel.SinkMarker.Width}"
|
||||
Stretch="UniformToFill"
|
||||
HorizontalAlignment="Left"
|
||||
@@ -61,8 +60,7 @@
|
||||
</Path>
|
||||
|
||||
<Path x:Name="leftarrow"
|
||||
Data="{Binding ShapeViewModel.SourceMarker.Path}"
|
||||
Visibility="{Binding Path=IsFullConnection, Converter={x:Static s:BoolToVisibilityConverter.Instance}}"
|
||||
Data="{Binding ShapeViewModel.SourceMarker.Path}"
|
||||
Width="{Binding ShapeViewModel.SourceMarker.Width}"
|
||||
Canvas.Left="{Binding StartPoint.X}"
|
||||
Canvas.Top="{Binding StartPoint.Y}"
|
||||
|
||||
Reference in New Issue
Block a user