箭头位置,指向连接点的中心

This commit is contained in:
艾竹
2023-01-15 22:17:46 +08:00
parent 5bdf10445f
commit 718d8c01e9
9 changed files with 102 additions and 28 deletions

View File

@@ -182,6 +182,26 @@ namespace AIStudio.Wpf.DiagramDesigner
get; set;
}
[JsonIgnore]
[XmlIgnore]
public double LeftArrowSize
{
get
{
throw new NotImplementedException();
}
}
[JsonIgnore]
[XmlIgnore]
public double RightArrowSize
{
get
{
throw new NotImplementedException();
}
}
public event PropertyChangedEventHandler PropertyChanged;
}