描述修改

This commit is contained in:
艾竹
2023-02-12 11:07:21 +08:00
parent 98392f377b
commit da2d8cd9b3
7 changed files with 9 additions and 9 deletions

View File

@@ -9,8 +9,8 @@ namespace AIStudio.Wpf.DiagramDesigner.Demo.ViewModels
{
public CustomPortViewModel()
{
Title = "Simple";
Info = "A simple example of AIStudio.Wpf.DiagramDesigner.";
Title = "Custom port";
Info = "Creating your own custom port is very easy!";
DiagramViewModel = new DiagramViewModel();
DiagramViewModel.PageSizeType = PageSizeType.Custom;