mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-24 10:26:35 +08:00
整理一下项目文件
This commit is contained in:
24
AIStudio.Wpf.DiagramDesigner/Enums/ArrowSizeStyle.cs
Normal file
24
AIStudio.Wpf.DiagramDesigner/Enums/ArrowSizeStyle.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Text;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public enum ArrowSizeStyle
|
||||
{
|
||||
[Description("非常小")]
|
||||
VerySmall = 6,
|
||||
[Description("小")]
|
||||
Small = 8,
|
||||
[Description("中")]
|
||||
Middle = 10,
|
||||
[Description("大")]
|
||||
Large = 12,
|
||||
[Description("特别大")]
|
||||
ExtraLarge = 16,
|
||||
[Description("巨大")]
|
||||
Huge = 24,
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user