export enum Edge { Top = 1, Left = 2, Bottom = 3, Right = 4 }