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

In This Topic
    zoomStyleType Enumeration
    In This Topic
    Zoom type.
    Syntax
    'Declaration
     
    Public Enum zoomStyleType 
       Inherits System.Enum
    public enum zoomStyleType : System.Enum 
    Members
    MemberDescription
    AtCursorLocation At current mouse cursor location.
    Centered At viewport center.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.zoomStyleType

    See Also