Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / GridStyle Enumeration


In This Topic
    GridStyle Enumeration
    In This Topic
    Defines the possible styles in which the document grid can be displayed
    Syntax
    'Declaration
     
    
    Public Enum GridStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GridStyle
    public enum GridStyle : 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
    MajorDotsDraws a grid of major dots.
    MajorLinesDraws a grid of major lines.
    MajorMinorLinesDraws a grid of major-minor lines.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.WinForm.GridStyle

    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