AdvancedProgressBarStyle Enumeration

Represents the possible styles of an AdvancedProgressBar.

See the online help of the AdvancedProgressBar class for an animated image example.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public enum AdvancedProgressBarStyle

Examples

  Tip

See the Examples section of the AdvancedProgressBar class for an animated image example.

Members

System0 Represents the system-rendered mode.
ThemedShiny1 Represents the custom rendered "shiny" mode. When visual styles are not enabled, defaults to Classic style.
ThemedFlat2 Represents the custom rendered "flat" mode. When visual styles are not enabled, defaults to Classic style.
Classic3 Represents the custom rendered "classic" mode.

See Also