moving a line

I'm trying to create an analog voltmeter using WindowsForms. First i display the voltage in a textbox. I need to rotate a line(as the needle) according to the value in the textbox.

I need to do this using c#.