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 enum ProgressBarFillDirection
Visual Basic (Declaration)
Public Enumeration ProgressBarFillDirection

Members

Member nameDescription
FromLeftOrTop The setting for a progress bar that will fill from left to right (for a horizontal bar), or from top to bottom (for a vertical bar).
FromRightOrBottom The setting for a progress bar that will fill from right to left (for a horizontal bar), or from bottom to top (for a vertical bar).

See Also