描述修改

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

@@ -10,8 +10,8 @@ namespace AIStudio.Wpf.DiagramDesigner.Demo.ViewModels
{
public SvgViewModel()
{
Title = "Custom node";
Info = "Creating your own custom design is very easy!";
Title = "SVG Nodes";
Info = "You can also have SVG nodes! All you need to do is to set the Layer to RenderLayer.SVG.";
DiagramViewModel = new DiagramViewModel();
DiagramViewModel.CellHorizontalAlignment = CellHorizontalAlignment.Center;