Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProgressValueEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    TrackColor

    Indicates the color of the track bar.

    Declaration
    public string TrackColor { get; set; }
    Property Value
    Type Description
    System.String

    Value

    Indicates the progress value of the progress bar component.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved