Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / viewportLayoutType Enumeration

In This Topic
    viewportLayoutType Enumeration
    In This Topic
    Viewports layout type.
    Syntax
    'Declaration
     
    Public Enum viewportLayoutType 
       Inherits System.Enum
    public enum viewportLayoutType : System.Enum 
    Members
    MemberDescription
    FourViewports Four viewports
    None No viewports
    SingleViewport One viewport
    Stacked Vertical stack layout
    ThreeViewportsWithOneOnBottom One viewport on bottom and two on top
    ThreeViewportsWithOneOnLeft One viewport on the left and two on the right
    ThreeViewportsWithOneOnRight One viewport on the right and two on the left
    ThreeViewportsWithOneOnTop One viewport on top and two on bottom
    TwoViewportsHorizontal Two viewports split horizontally
    TwoViewportsVertical Two viewports, split vertically
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.viewportLayoutType

    See Also