Gets or sets the direction that the progress bar will fill.
Namespace:
C1.Web.UI.Controls.C1ProgressBarAssembly: 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 name | Description | |
---|---|---|
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). |