menu

Blazor

  • Code Examples
  • 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
    ModeType

    Danger

    Defines the danger mode of the progress bar.

    Declaration
    public const ModeType Danger
    Field Value
    Type
    ModeType

    Info

    Defines the info mode of the progress bar.

    Declaration
    public const ModeType Info
    Field Value
    Type
    ModeType

    Success

    Defines the success mode of the progress bar.

    Declaration
    public const ModeType Success
    Field Value
    Type
    ModeType

    Warning

    Defines the warning mode of the progress bar.

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