mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
Mind
This commit is contained in:
@@ -315,6 +315,24 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
|
||||
public bool ShowArrow { get; set; } = true;
|
||||
|
||||
public bool ShowResized
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
||||
private bool alwayForResized;
|
||||
public bool AlwayForResized
|
||||
{
|
||||
get
|
||||
{
|
||||
return alwayForResized;
|
||||
}
|
||||
set
|
||||
{
|
||||
SetProperty(ref alwayForResized, value);
|
||||
}
|
||||
}
|
||||
|
||||
private bool enabledForConnection = true;
|
||||
public bool EnabledForConnection
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user