C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ProgressBar Namespace / FillDirection Enumeration

FillDirection Enumeration
Determines the direction from which the progress bar will start to fill.
Syntax
'Declaration
 
Public Enum FillDirection 
   Inherits 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