Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / ENMagneticFieldDirection Enumeration


In This Topic
    ENMagneticFieldDirection Enumeration
    In This Topic
    Defines the possible types of magnetic field directions
    Syntax
    'Declaration
     
    
    Public Enum ENMagneticFieldDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENMagneticFieldDirection
    public enum ENMagneticFieldDirection : System.Enum 
    Members
    MemberDescription
    ConcentricClockwiseThe magnetic field circulates around the origin in a clockwise direction
    ConcentricCounterClockwiseThe magnetic field circulates around the origin in a counter clockwise direction
    OrthogonalLeftwardDownwardThe magnetic field is orthogonal with leftward - downward direction
    OrthogonalLeftwardUpwardThe magnetic field is orthogonal with leftward - upward direction
    OrthogonalRightwardDownwardThe magnetic field is orthogonal with rightward - downward direction
    OrthogonalRightwardUpwardThe magnetic field is orthogonal with rightward - upward direction
    ParallelDownwardThe magnetic field is parallel and flows from top to bottom
    ParallelLeftwardThe magnetic field is parallel and flows from right to left
    ParallelRightwardThe magnetic field is parallel and flows from left to right
    ParallelUpwardThe magnetic field is parallel and flows from bottom to top
    PolarInwardThe magnetic field radiates towards the origin
    PolarOutwardThe magnetic field radiates from the origin
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Diagram.Layout.ENMagneticFieldDirection

    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