xamarin.forms设置android 横竖屏
2016-12-20 本文已影响318人
ycq_520
只要在MainActivity中设置
this.RequestedOrientation = Android.Content.PM.ScreenOrientation.Portrait;//竖屏,禁止横屏
this.RequestedOrientation = Android.Content.PM.ScreenOrientation.Nosensor;//横屏,禁止竖屏