ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ProgressBar Namespace / FillDirection Enumeration

In This Topic
    FillDirection Enumeration
    In This Topic
    Determines the direction from which the progress bar will start to fill.
    Syntax
    'Declaration
     
    Public Enum FillDirection 
       Inherits System.Enum
    public enum FillDirection : System.Enum 
    Members
    MemberDescription
    EastFills from right-to-left.
    NorthFills from top-to-bottom.
    SouthFills from bottom-to-top.
    WestFills from left-to-right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1ProgressBar.FillDirection

    See Also