DragAndDrop core
This commit is contained in:
14
Lattice.Core.DragDrop/Enums/DropPosition.cs
Normal file
14
Lattice.Core.DragDrop/Enums/DropPosition.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Lattice.Core.DragDrop.Enums;
|
||||
|
||||
/// <summary>
|
||||
/// Позиция сброса относительно цели.
|
||||
/// </summary>
|
||||
public enum DropPosition
|
||||
{
|
||||
Inside,
|
||||
Top,
|
||||
Bottom,
|
||||
Left,
|
||||
Right,
|
||||
Center
|
||||
}
|
||||
Reference in New Issue
Block a user