AdvancedProgressBarValue Property

Gets or sets the current position of the progress bar.
Default value: 0.

Definition

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

Property Value

Int32

See Also