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


In This Topic
    ENDiagramTextSearchDirection Enumeration
    In This Topic
    Enumerates the diagram text search directions.
    Syntax
    'Declaration
     
    
    Public Enum ENDiagramTextSearchDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENDiagramTextSearchDirection
    public enum ENDiagramTextSearchDirection : System.Enum 
    Members
    MemberDescription
    BackwardSearches shapes' text in the reverse order the shapes are placed in the page.
    BackwardReadingSearches shapes' text evaluating shapes from right to left and from bottom to top (i.e. in inverse reading order).
    ForwardSearches shapes' text in the order the shapes are placed in the page.
    ForwardReadingSearches shapes' text evaluating shapes from left to right and from top to bottom (i.e. in reading order).
    Inheritance Hierarchy

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

    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