mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-30 05:03:23 +08:00
整理一下项目文件
This commit is contained in:
15
AIStudio.Wpf.DiagramDesigner/Enums/PageSizeOrientation.cs
Normal file
15
AIStudio.Wpf.DiagramDesigner/Enums/PageSizeOrientation.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Text;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public enum PageSizeOrientation
|
||||
{
|
||||
[Description("竖向")]
|
||||
Vertical,
|
||||
[Description("横向")]
|
||||
Horizontal,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user