mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-27 19:53:24 +08:00
虚线流动完成
This commit is contained in:
17
AIStudio.Wpf.DiagramDesigner/Enums/LineAnimation.cs
Normal file
17
AIStudio.Wpf.DiagramDesigner/Enums/LineAnimation.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Text;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public enum LineAnimation
|
||||
{
|
||||
[Description("无")]
|
||||
None,
|
||||
[Description("路径动画")]
|
||||
PathAnimation,
|
||||
[Description("虚线流动")]
|
||||
DashAnimation,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user