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

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

Syntax

JavaScript
C1.Web.UI.Controls.C1ProgressBar.ProgressBarFillDirection = function();

Type.createClass(
	'C1.Web.UI.Controls.C1ProgressBar.ProgressBarFillDirection',
	Enum);

Inheritance Hierarchy

System..::..Object
  System..::..ValueType
    System..::..Enum
      C1.Web.UI.Controls.C1ProgressBar..::..ProgressBarFillDirection

See Also