SupportedOrientations property in Windows Phone

If we want to change the orientation in Windows phone. We can set it in the PhoneApplicationPage tag. SupportedOrientations is the property of the PhoneApplicationPage. It sets either Portrait, Landscape or PortraitOrLandscape .

SupportedOrientations=”portrait”;

Or

SupportedOrientations=”Landscape”;