namespace CopaData.FileInspector.GUI.TilingPanels.Controls.DropArea; public enum DropDecision { Center = 0, Left = 1, Top = 2, Right = 3, Bottom = 4, Cancel = 5 }