mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-27 03:33:25 +08:00
准备添加中间端点
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user