mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-11 03:36:38 +08:00
线条动画支持大小切换
This commit is contained in:
14
AIStudio.Wpf.DiagramDesigner/Enums/PathStyle.cs
Normal file
14
AIStudio.Wpf.DiagramDesigner/Enums/PathStyle.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public enum PathStyle
|
||||
{
|
||||
None,
|
||||
Arrow,
|
||||
Circle,
|
||||
Square,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user