ProgressBarStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the style that a ProgressBar uses to indicate the progress of an operation.
- C#
- VB.NET
public enum ProgressBarStyle : Enum
Public Enum ProgressBarStyle As [Enum]
Fields
| Name | Description |
|---|---|
| Blocks | Indicates progress by increasing the number of segmented blocks in a ProgressBar. |
| Continuous | Indicates progress by increasing the size of a smooth, continuous bar in a ProgressBar. |
| Marquee | Indicates progress by continuously scrolling a block across a ProgressBar in a marquee fashion. |