Units left = new Units(Panel.Style[left]);
left= new Units((double)left.value+10,left.Type);
Panel.Style["left"]= left.ToString();
3)To move a panel to Right
Pseduo Code
Units left = new Units(Panel.Style[left]);
left= new Units((double)left.value-10,left.Type);
Panel.Style["left"]= left.ToString();
4)Call this code in any of events as required
5)Panel common use properties
I)Default Button
II)Direction
III)GroupingText
IV)BackImage Url