准备切换到左侧视图模式

This commit is contained in:
kwai
2023-05-11 10:57:08 +08:00
parent adf1ee0805
commit 2045c5e45c
14 changed files with 129 additions and 43 deletions

View File

@@ -5,6 +5,7 @@ using System.ComponentModel;
using System.Windows;
using System.Windows.Input;
using System.Windows.Media;
using System.Xml.Serialization;
namespace AIStudio.Wpf.DiagramDesigner
{
@@ -347,6 +348,10 @@ namespace AIStudio.Wpf.DiagramDesigner
{
get; set;
}
string Thumbnail
{
get; set;
}
#region
IDrawModeViewModel DrawModeViewModel
{