覆盖默认定义

This commit is contained in:
艾竹
2023-01-27 21:29:42 +08:00
parent 6d1960a8df
commit 4feddf8392
14 changed files with 271 additions and 93 deletions

View File

@@ -9,8 +9,9 @@ namespace AIStudio.Wpf.DiagramDesigner.Demo.ViewModels
{
public GroupingViewModel()
{
Title = "Simple";
Info = "A simple example of AIStudio.Wpf.DiagramDesigner.";
Title = "Grouping";
Info = "You can (un)group nodes using CTRL+ALT+G.<br>" +
"Currently, the library doesn't handle nested groups yet nor ports.";
DiagramViewModel = new DiagramViewModel();
DiagramViewModel.PageSizeType = PageSizeType.Custom;