Blazor

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

    Show / Hide Table of Contents

    Class ModeType

    Specifies the modes of progress indication of the progress bar component

    Inheritance
    System.Object
    ModeType
    Namespace: Syncfusion.Blazor.ProgressBar
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ModeType : Enum

    Fields

    Auto

    Defines the auto mode of the progress bar.

    Declaration
    public const ModeType Auto
    Field Value
    Type Description
    ModeType

    Danger

    Defines the danger mode of the progress bar.

    Declaration
    public const ModeType Danger
    Field Value
    Type Description
    ModeType

    Info

    Defines the info mode of the progress bar.

    Declaration
    public const ModeType Info
    Field Value
    Type Description
    ModeType

    Success

    Defines the success mode of the progress bar.

    Declaration
    public const ModeType Success
    Field Value
    Type Description
    ModeType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Warning

    Defines the warning mode of the progress bar.

    Declaration
    public const ModeType Warning
    Field Value
    Type Description
    ModeType
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved