mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-09 02:36:35 +08:00
整理一下项目文件
This commit is contained in:
13
AIStudio.Wpf.DiagramDesigner/Enums/CursorMode.cs
Normal file
13
AIStudio.Wpf.DiagramDesigner/Enums/CursorMode.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public enum CursorMode
|
||||
{
|
||||
Normal = 0,
|
||||
Format = 1,
|
||||
Move = 2,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user