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


In This Topic
    ENCoordinateBehavior Enumeration
    In This Topic
    Defines the possible ways in which points X and Y coordinates can behave
    Syntax
    'Declaration
     
    
    Public Enum ENCoordinateBehavior 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENCoordinateBehavior
    public enum ENCoordinateBehavior : System.Enum 
    Members
    MemberDescription
    LockedThe coordinate is locked to its original value. Nevron does not update this coordinate.
    OffsetFromMaxThe coordinate is defined with a constant distance from the far side (Right or Bottom)
    OffsetFromMidThe coordinate is defined with a constant distance from the center (CenterX or CenterY).
    OffsetFromMinThe coordinate is defined with a constant distance from the near side (Left or Top)
    ProportionalThe coordinate is defined proportionally to the respective dimension (Width or Height). For example Height*0.6.
    Inheritance Hierarchy

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

    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