Enum DeviceOrientation
- Namespace
- Lime
- Assembly
- Lime.dll
[Flags]
public enum DeviceOrientation
- Extension Methods
Fields
All = AllPortraits | AllLandscapesAllLandscapes = LandscapeLeft | LandscapeRightAllPortraits = Portrait | PortraitUpsideDownLandscapeLeft = 4LandscapeRight = 8Portrait = 1PortraitUpsideDown = 2