ProgressBar for ASP.NET Web Forms
LabelAlign Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1ProgressBar Namespace > C1ProgressBar Class : LabelAlign Property
Gets or sets the label's alignment on the progress bar. Possible values are: East The label is aligned on the right side of the progress bar. West The label is aligned on the left side of the progress bar. Center The label is aligned in the center of the progress bar. North The label is aligned at the top of the progress bar. South The label is aligned at the bottom of the progress bar. Running The label is aligned with the edge of the progress bar.
Syntax
'Declaration
 
Public Property LabelAlign As LabelAlign
public LabelAlign LabelAlign {get; set;}
See Also

Reference

C1ProgressBar Class
C1ProgressBar Members