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


In This Topic
    MagneticFieldDirection Enumeration
    In This Topic
    Defines the possible types of magnetic field directions
    Syntax
    'Declaration
     
    
    Public Enum MagneticFieldDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MagneticFieldDirection
    public enum MagneticFieldDirection : 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.Diagram.Layout.MagneticFieldDirection

    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