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);
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);