Skip to main content
Version: 3.5

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.

public enum ProgressBarStyle : Enum

Fields

NameDescription
BlocksIndicates progress by increasing the number of segmented blocks in a ProgressBar.
ContinuousIndicates progress by increasing the size of a smooth, continuous bar in a ProgressBar.
MarqueeIndicates progress by continuously scrolling a block across a ProgressBar in a marquee fashion.