Nevron Open Vision Documentation
Nevron.Nov.Layout Namespace / ENLayoutRotation Enumeration


In This Topic
    ENLayoutRotation Enumeration
    In This Topic
    Enumerates the allowed angles at which a layout can be rotated.
    Syntax
    'Declaration
     
    
    Public Enum ENLayoutRotation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENLayoutRotation
    public enum ENLayoutRotation : System.Enum 
    Members
    MemberDescription
    NoneRotate to 0 degrees.
    Rotate180Rotate to 180 degrees.
    Rotate270Rotate to 270 degrees.
    Rotate90Rotate to 90 degrees.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Layout.ENLayoutRotation

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also