Click or drag to resize

ProgressBarValue Property

Gets or sets the current progress that falls between MinValue and MaxValue

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public int Value { get; set; }

Property Value

Type: Int32
The value.
See Also