mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-05-04 15:01:29 +08:00
添加项目文件。
This commit is contained in:
14
Util.DiagramDesigner/Enums/FontCase.cs
Normal file
14
Util.DiagramDesigner/Enums/FontCase.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Util.DiagramDesigner
|
||||
{
|
||||
|
||||
public enum FontCase
|
||||
{
|
||||
None,
|
||||
Upper,
|
||||
Lower,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user