Positioning of the label within the progress bar.

Namespace:  C1.Web.UI.Controls.C1ProgressBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public enum ProgressBarLabelAlign
Visual Basic (Declaration)
Public Enumeration ProgressBarLabelAlign

Members

Member nameDescription
None No label is displayed.
LeftOrTop Label is displayed on the left or top of the control.
Center Label is displayed on the control.
RightOrBottom Label is displayed on the right or bottom of the control.
Running Label is displayed along the edge of the progress

See Also