mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-25 02:46:38 +08:00
修改暂存一下
This commit is contained in:
@@ -13,10 +13,10 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
Polyline = 4,
|
||||
Polygon = 5,
|
||||
DirectLine = 6,
|
||||
ConnectingLine = 10,
|
||||
CornerConnectingLine = 11,
|
||||
BoundaryConnectingLine = 12,
|
||||
RadiusConnectingLine = 13,
|
||||
SmoothConnectingLine = 10,
|
||||
StraightConnectingLine = 11,
|
||||
CornerConnectingLine = 12,
|
||||
BoundaryConnectingLine = 13,
|
||||
Text = 20,
|
||||
}
|
||||
}
|
||||
|
||||
12
AIStudio.Wpf.DiagramDesigner/Enums/RouterMode.cs
Normal file
12
AIStudio.Wpf.DiagramDesigner/Enums/RouterMode.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public enum RouterMode
|
||||
{
|
||||
Normal,
|
||||
Orthogonal
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user