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 ProgressBarLabelAlign LabelAlign { get; set; }
Visual Basic (Declaration)
Public Property LabelAlign As ProgressBarLabelAlign
	Get
	Set

Remarks

The default value for this property is ProgressBarLabelAlign.LeftOrTop.

See Also