namespace Xamarin.Forms.Internals { public enum DeviceOrientation { Portrait, Landscape, PortraitUp, PortraitDown, LandscapeLeft, LandscapeRight, Other } }