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