mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-05 16:56:34 +08:00
动画demo完成
This commit is contained in:
@@ -8,7 +8,12 @@ namespace AIStudio.Wpf.SFC.ViewModels
|
||||
{
|
||||
public class SFCCOBeginNode : SFCNode
|
||||
{
|
||||
public SFCCOBeginNode() : base(SFCNodeKinds.COBegin)
|
||||
public SFCCOBeginNode() : this(null)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public SFCCOBeginNode(IDiagramViewModel root) : base(root, SFCNodeKinds.COBegin)
|
||||
{
|
||||
ItemWidth = 280;
|
||||
ItemHeight = 10;
|
||||
|
||||
Reference in New Issue
Block a user