AdvancedProgressBarStyle Property

Gets or sets the rendering style of the AdvancedProgressBar. When visual styles are not available, ThemedShiny and ThemedFlat styles are defaulting to Classic style.
Default value: System.

See the online help for an animated image example.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(AdvancedProgressBarStyle.System)]
public AdvancedProgressBarStyle Style { get; set; }

Property Value

AdvancedProgressBarStyle

Examples

  Tip

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

See Also