mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-04 08:09:27 +03:00
12 lines
149 B
C#
12 lines
149 B
C#
namespace DarkUI.Docking
|
|
{
|
|
public enum DarkDockArea
|
|
{
|
|
None,
|
|
Document,
|
|
Left,
|
|
Right,
|
|
Bottom
|
|
}
|
|
}
|