准备添加中间端点

This commit is contained in:
艾竹
2023-01-15 11:59:51 +08:00
parent 717cc43827
commit 7d77864311
19 changed files with 1440 additions and 117 deletions

View File

@@ -22,7 +22,7 @@
Style="{StaticResource RibbonWindowStyle}"
Icon="pack://application:,,,/AIStudio.Wpf.DiagramApp;component/Icons/App.ico"
mc:Ignorable="d"
Title="AIStudio画板" Height="450" Width="800">
Title="AIStudio画板" Height="600" Width="1200">
<Fluent:RibbonWindow.Resources>
<ResourceDictionary>
<dd:EnumDescriptionConverter x:Key="EnumDescriptionConverter"/>
@@ -1158,7 +1158,7 @@
VerticalAlignment="Center"
RenderTransformOrigin="0.5,0.5">
<Path.RenderTransform>
<RotateTransform x:Name="rightrot" Angle="-90" />
<RotateTransform x:Name="rightrot" Angle="180" />
</Path.RenderTransform>
</Path>
</Grid>
@@ -1182,10 +1182,7 @@
Stroke="Black"
Fill="Black"
VerticalAlignment="Center"
RenderTransformOrigin="0.5,0.5">
<Path.RenderTransform>
<RotateTransform x:Name="rightrot" Angle="90" />
</Path.RenderTransform>
RenderTransformOrigin="0.5,0.5">
</Path>
</Grid>
<TextBlock DockPanel.Dock="Right" Margin="2,0" Text="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=TemplatedParent.(ItemsControl.AlternationIndex),Converter={StaticResource NumberConverter}}"></TextBlock>