mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-28 20:23:25 +08:00
准备添加中间端点
This commit is contained in:
@@ -11,7 +11,11 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
if (value is ArrowPathStyle arrowStyle)
|
||||
{
|
||||
return ArrowPathData.Arrow[(int)arrowStyle];
|
||||
return ArrowPathData.Arrow[arrowStyle];
|
||||
}
|
||||
else if (value is string)
|
||||
{
|
||||
return value;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user