ProgressBar for ASP.NET Web Forms
FillDirection Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1ProgressBar Namespace : FillDirection Enumeration
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

Reference

C1.Web.Wijmo.Controls.C1ProgressBar Namespace