namespace Qrakhen.TilingFrames.Controls.DropArea;
public enum DropDecision
{
Cancel = 0,
Center,
Left,
Right,
Top,
Bottom
}