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


In This Topic
    ENGridStyle Enumeration
    In This Topic
    Defines the possible styles in which the page grid can be displayed
    Syntax
    'Declaration
     
    
    Public Enum ENGridStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENGridStyle
    public enum ENGridStyle : System.Enum 
    Members
    MemberDescription
    InterlacedHorizontal and Vertical stripes are displayed on each odd row and col
    InterlacedHorizontallyHorizontal stripes are displayed on each odd row
    InterlacedVerticallyVertical stripes are displayed on each odd col
    MajorLinesDraws a grid of major lines.
    MajorMinorLinesDraws a grid of major-minor lines.
    Inheritance Hierarchy

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

    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