DragAndDrop core
This commit is contained in:
12
Lattice.Core.Docking/Models/TabPlacement.cs
Normal file
12
Lattice.Core.Docking/Models/TabPlacement.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Lattice.Core.Docking.Models;
|
||||
|
||||
/// <summary>
|
||||
/// Определяет положение полосы вкладок в контейнере.
|
||||
/// </summary>
|
||||
public enum TabPlacement
|
||||
{
|
||||
Top,
|
||||
Bottom,
|
||||
Left,
|
||||
Right,
|
||||
}
|
||||
Reference in New Issue
Block a user