1

Runtime error while setting margin of a text block in c# to a negative value. And the error reads like

'0,-20,0,0' is not a valid value for property 'Margin'

code I am using :

parasignpic.Margin= new Thickness(0, -20, 0, 0);
Sheridan
  • 68,826
  • 24
  • 143
  • 183
Badr Hussien
  • 149
  • 1
  • 11

0 Answers0