mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-15 05:36:35 +08:00
添加项目文件。
This commit is contained in:
22
Util.DiagramDesigner/Enums/HorizontalVerticalAlignment.cs
Normal file
22
Util.DiagramDesigner/Enums/HorizontalVerticalAlignment.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Util.DiagramDesigner
|
||||
{
|
||||
public enum HorizontalVerticalAlignment
|
||||
{
|
||||
TopAlignLeft,
|
||||
TopAlignCenter,
|
||||
TopAlignRight,
|
||||
TopAlignJustify,
|
||||
CenterAlignLeft,
|
||||
CenterAlignCenter,
|
||||
CenterAlignRight,
|
||||
CenterAlignJustify,
|
||||
BottomAlignLeft,
|
||||
BottomAlignCenter,
|
||||
BottomAlignRight,
|
||||
BottomAlignJustify,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user