Vertical display of LCD

I have FEZ Cobra with 3.5 LCD. Currently it is horizontally display, means whatever I write code for designing it represents in horizontal line. I want to design vertically. is there any LCD settings available to design vertical display?

Look for Configuration.LCD.SetRotation Method:

http://www.ghielectronics.com/downloads/NETMF/Library%20Documentation/html/9f04e317-7a0c-678e-7e38-2932e47e4101.htm

Thanks for suggesting Configuration.LCD.SetRotation Method. It works properly, but calibration is not proper.

How to calibrate the LCD as per rotation and set the calibration permenantly?

You have to calibrate the LCD and [re]store your settings w/ EWR. There’s an MS example when you download the NETMF SDK. There’s also an example in Pyxis (http://pyxis2.codeplex.com)