11 lines
138 B
C#
11 lines
138 B
C#
namespace Lattice.Core.Models.Enums;
|
|
|
|
public enum DockDirection
|
|
{
|
|
Center,
|
|
Left,
|
|
Right,
|
|
Top,
|
|
Bottom,
|
|
Floating,
|
|
} |