Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / ENShapeType Enumeration


In This Topic
    ENShapeType Enumeration
    In This Topic
    Defines the possible shape types
    Syntax
    'Declaration
     
    
    Public Enum ENShapeType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENShapeType
    public enum ENShapeType : System.Enum 
    Members
    MemberDescription
    Shape1D1D shape - a shape that behaves as a line connecting 2D shapes.
    Shape2D2D shape - a shape that behaves as a box.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Diagram.ENShapeType

    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