public enum ScreenOrientations : System.Enum
public enum ScreenOrientations : System.Enum
Member | Description |
---|---|
Any | Any is an orientation that means the screen can be locked to any one of portrait-primary, portrait-secondary, landscape-primary and landscape-secondary. |
Landscape | Landscape is an orientation where the screen width is greater than the screen height and depending on platform convention locking the screen to landscape can represent landscape-primary, landscape-secondary or both. |
LandscapePrimary | Landscape-secondary is an orientation where the screen width is greater than the screen height. |
LandscapeSecondary | Landscape-secondary is an orientation where the screen width is greater than the screen height. |
Natural | Natural is an orientation that refers to either portrait-primary or landscape-primary depending on the device's usual orientation. |
None | The value is not set |
Portrait | The orientation of the document is portrait |
PortraitPrimary | Portrait-primary is an orientation where the screen width is less than or equal to the screen height |
PortraitSecondary | Portrait-secondary is an orientation where the screen width is less than or equal to the screen height. |
Primary | Primary intended rotation (factory default) |
Secondary | Alternative rotation(not the factory default) |
System.Object
System.ValueType
System.Enum
Walter.BOM.ScreenOrientations
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2