|
|
|
@ -346,17 +346,20 @@ |
|
|
|
<Grid ColumnDefinitions="Auto,*,Auto" |
|
|
|
HorizontalAlignment="Stretch" |
|
|
|
VerticalAlignment="Stretch" |
|
|
|
ClipToBounds="False" |
|
|
|
Margin="0"> |
|
|
|
<!-- 左侧连接点 --> |
|
|
|
<ItemsControl Grid.Column="0" |
|
|
|
Height="{Binding Height}" |
|
|
|
ItemsSource="{Binding ConnectionPoints, Converter={StaticResource ConnectionPointsToInputsConverter}}" |
|
|
|
HorizontalAlignment="Left" |
|
|
|
VerticalAlignment="Center"> |
|
|
|
VerticalAlignment="Center" |
|
|
|
ClipToBounds="False"> |
|
|
|
<ItemsControl.ItemsPanel> |
|
|
|
<ItemsPanelTemplate> |
|
|
|
<controls:ConnectorColumnPanel VerticalAlignment="Stretch" |
|
|
|
Side="Left"/> |
|
|
|
Side="Left" |
|
|
|
ClipToBounds="False"/> |
|
|
|
</ItemsPanelTemplate> |
|
|
|
</ItemsControl.ItemsPanel> |
|
|
|
<ItemsControl.ItemTemplate> |
|
|
|
@ -400,11 +403,13 @@ |
|
|
|
Height="{Binding Height}" |
|
|
|
ItemsSource="{Binding ConnectionPoints, Converter={StaticResource ConnectionPointsToOutputsConverter}}" |
|
|
|
HorizontalAlignment="Right" |
|
|
|
VerticalAlignment="Center"> |
|
|
|
VerticalAlignment="Center" |
|
|
|
ClipToBounds="False"> |
|
|
|
<ItemsControl.ItemsPanel> |
|
|
|
<ItemsPanelTemplate> |
|
|
|
<controls:ConnectorColumnPanel VerticalAlignment="Stretch" |
|
|
|
Side="Right"/> |
|
|
|
Side="Right" |
|
|
|
ClipToBounds="False"/> |
|
|
|
</ItemsPanelTemplate> |
|
|
|
</ItemsControl.ItemsPanel> |
|
|
|
<ItemsControl.ItemTemplate> |
|
|
|
|