系统优化

This commit is contained in:
akwkevin
2025-02-03 15:22:00 +08:00
parent ddf89e21e4
commit 141ba3b775
14 changed files with 871 additions and 66 deletions

View File

@@ -25,6 +25,10 @@ namespace AIStudio.Wpf.DiagramDesigner
{
get; set;
}
public IFontViewModel FontViewModel
{
get; set;
}
public double Width
{
get; set;
@@ -41,6 +45,10 @@ namespace AIStudio.Wpf.DiagramDesigner
{
get; set;
}
public List<FullyCreatedConnectorInfo> ConnectorInfo
{
get; set;
}
public string Description
{
get; set;