Lock a specific UI item from phone orientation change?

Viewed 172

Is it possible to lock a specific UI element from rotating during the orientation change?

I am developing a Camera application and I want to retain my ViewFinder VideoBrush to be in landscape mode always.

Setting SupportedOrientations="Landscape" wouldn't solve my problem, since I want all the other control on the screen to be rotated according to orientation. (Controls such as Camera button in the application bar, text written on the screen etc.)

1 Answers
Related