Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ProgressBar.styleType Enumeration

In This Topic
    ProgressBar.styleType Enumeration
    In This Topic
    Progress bar style type.
    Syntax
    'Declaration
     
    Public Enum ProgressBar.styleType 
       Inherits System.Enum
    public enum ProgressBar.styleType : System.Enum 
    Members
    MemberDescription
    Circular A big clock-like circular bar with percent text in the middle.
    Docked A linear bar that spans the complete viewport width and it's docked to the viewport bottom side.
    Linear A linear bar that covers one third of the viewport width and starts from the bottom right corner.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.ProgressBar.styleType

    See Also