ProgressBar for ASP.NET Web Forms
LabelAlign Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1ProgressBar Namespace : LabelAlign Enumeration
Use the members of this enumeration to set the value of the LabelAlign property.
Syntax
'Declaration
 
Public Enum LabelAlign 
   Inherits System.Enum
public enum LabelAlign : System.Enum 
Members
MemberDescription
CenterThe label is aligned in the center of the progress bar.
EastThe label is aligned on the right side of the progress bar.
NorthThe label is aligned at the top of the progress bar.
RunningThe label is aligned with the edge of the progress bar.
SouthThe label is aligned at the bottom of the progress bar.
WestThe label is aligned on the left side of the progress bar.
Inheritance Hierarchy

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

See Also

Reference

C1.Web.Wijmo.Controls.C1ProgressBar Namespace