Добавьте файлы проекта.
This commit is contained in:
13
Lattice.Core/Models/Enums/SplitOrientation.cs
Normal file
13
Lattice.Core/Models/Enums/SplitOrientation.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Lattice.Core.Models.Enums;
|
||||
|
||||
public enum SplitOrientation
|
||||
{
|
||||
/// <summary>
|
||||
/// Элементы располагаются друг за другом по горизонтали
|
||||
/// </summary>
|
||||
Horizontal,
|
||||
/// <summary>
|
||||
/// Элементы располагаются друг за другом по вертикали
|
||||
/// </summary>
|
||||
Vertical,
|
||||
}
|
||||
Reference in New Issue
Block a user