Walter.BOM
ScreenOrientations Enumeration
Walter.BOM Assembly > Walter.BOM Namespace : ScreenOrientations Enumeration
The Screen Orientation provides information about the current orientation of the document.
Syntax
public enum ScreenOrientations : System.Enum 
Members
MemberDescription
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
PortraitPrimaryPortrait-primary is an orientation where the screen width is less than or equal to the screen height
PortraitSecondaryPortrait-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)
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.BOM.ScreenOrientations

Requirements

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

See Also

Reference

Walter.BOM Namespace