Nevron .NET Vision
Nevron.Diagram.Layout Namespace / LayoutRotation Enumeration


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

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.Layout.LayoutRotation

    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