MobileForms Toolkit Documentation

ProgressBarBarStyle Enumeration

Specifies the style that a progress bar uses to indicate the progress of an operation.

public enum ProgressBarBarStyle

Members

Member Name Description
Blocks Indicates progress by increasing the number of segmented blocks.
ContinuousBlocks Indicates progress by smoothly increasing the number of segmented blocks.
Continuous Indicates progress by increasing the size of a smooth, continuous bar.
MarqueeBlocks Indicates progress by continuously scrolling blocks in a marquee fashion.
MarqueeContinuous Indicates progress by continuously scrolling smooth continuous block in a marquee fashion.

Requirements

Namespace: Resco.Controls.ProgressBar

Assembly: Resco.ProgressBar.CF3 (in Resco.ProgressBar.CF3.dll)

See Also

Resco.Controls.ProgressBar Namespace