mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-02 15:16:37 +08:00
系统优化
This commit is contained in:
@@ -17,6 +17,10 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
public List<FullyCreatedConnectorInfo> ConnectorInfo
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
public Type ContentType
|
||||
{
|
||||
get; set;
|
||||
@@ -33,9 +37,16 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
||||
public IFontViewModel FontViewModel
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
public object DesignerItem
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user