void OnMouseDown()
 {
     // TODO: Set ourselves as resizing - and record the "pivot point" which will have a fixed position
     mResizableProp.StartResizing(uOppositeCorner);
 }