Class ProgressValueEventArgs
Specifies the event arguments available on progress value changed or completed on task.
Inheritance
System.Object
ProgressValueEventArgs
Namespace: Syncfusion.Blazor.ProgressBar
Assembly: Syncfusion.Blazor.dll
Syntax
public class ProgressValueEventArgs : Object
Constructors
ProgressValueEventArgs()
Declaration
public ProgressValueEventArgs()
Properties
ProgressColor
Indicates the color of the progress bar.
Declaration
public string ProgressColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
TrackColor
Indicates the color of the track bar.
Declaration
public string TrackColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
Value
Indicates the progress value of the progress bar component.
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the double value. |