Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ToolBar.positionType Enumeration

In This Topic
    ToolBar.positionType Enumeration
    In This Topic
    Toolbar position/orientation.
    Syntax
    'Declaration
     
    Public Enum ToolBar.positionType 
       Inherits System.Enum
    public enum ToolBar.positionType : System.Enum 
    Members
    MemberDescription
    HorizontalBottomCenter Centered at the bottom side of the viewport.
    HorizontalBottomLeft Horizontal at the bottom-left corner of the viewport.
    HorizontalBottomRight Horizontal at the bottom-right corner of the viewport.
    HorizontalTopCenter Centered at the top side of the viewport.
    HorizontalTopLeft Horizontal at the top-left corner of the viewport.
    HorizontalTopRight Horizontal at the top-right corner of the viewport.
    VerticalBottomLeft Vertical at the bottom-left corner of the viewport.
    VerticalBottomRight Vertical at the bottom-right corner of the viewport.
    VerticalMiddleLeft Centered on the left side of the viewport.
    VerticalMiddleRight Centered on the right side of the viewport.
    VerticalTopLeft Vertical at the top-left corner of the viewport.
    VerticalTopRight Vertical at the top-right corner of the viewport.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.ToolBar.positionType

    See Also