xamarin android 자마린 안드로이드의 화면 좌우 움직이지 않도록 orientation 변경 막는 방법
Activity 를 상속받은 클래스 상단에 어트리뷰트 attribute 로 명시하면 됩니다.
[Activity (Label = "YourActivityname", MainLauncher = true, ScreenOrientation = ScreenOrientation.Portrait)]
자마린 가이드