mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-04 08:06:36 +08:00
连接线
This commit is contained in:
@@ -6,9 +6,11 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public enum ConnectorValueType
|
||||
{
|
||||
//前面分给值类型,值类型之间可以兼容,直接转换
|
||||
Real = 0,
|
||||
Int = 1,
|
||||
Bool = 2,
|
||||
String = 3,
|
||||
ValueType = 10,
|
||||
String = 11,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user