mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-14 21:46:37 +08:00
可以自定义连接点
This commit is contained in:
@@ -69,7 +69,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (e.PropertyName == "EditText")
|
||||
else if (e.PropertyName == "ShowText")
|
||||
{
|
||||
PART_ShowText.Visibility = Visibility.Visible;
|
||||
PART_TextBlock.Visibility = Visibility.Collapsed;
|
||||
|
||||
Reference in New Issue
Block a user