Gets or sets the direction that the progress bar will fill.

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

Syntax

C#
public ProgressBarFillDirection FillDirection { get; set; }
Visual Basic (Declaration)
Public Property FillDirection As ProgressBarFillDirection
	Get
	Set

Remarks

The default value for this property is ProgressBarFillDirection.FromLeftOrTop.

See Also