TProgressBarStyle Enumeration

Represents type TProgressBarStyle.

Namespace: System.UI.Progress
type
 TProgressBarStyle = (pbsSolid, pbsLEDs, pbsGradient, pbsGradientLEDs, pbsAnimation, pbsAnimationLEDs);

The TProgressBarStyle type exposes the following members.

Show:
 NameDescription
pbsAnimation

Represents constant pbsAnimation.

pbsAnimationLEDs

Represents constant pbsAnimationLEDs.

pbsGradient

Represents constant pbsGradient.

pbsGradientLEDs

Represents constant pbsGradientLEDs.

pbsLEDs

Represents constant pbsLEDs.

pbsSolid

Represents constant pbsSolid.

Top