mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-23 18:06:35 +08:00
使用PointBase代替Point
This commit is contained in:
@@ -7,9 +7,13 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
public enum ConnectorOrientation
|
||||
{
|
||||
None = 0,
|
||||
Left = 1,
|
||||
Top = 2,
|
||||
Right = 3,
|
||||
Bottom = 4
|
||||
Top,
|
||||
TopRight,
|
||||
Right,
|
||||
BottomRight,
|
||||
Bottom,
|
||||
BottomLeft,
|
||||
Left,
|
||||
TopLeft
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user