Table of Contents

Enum MBLinearProgressType

Namespace
Material.Blazor
Assembly
Material.Blazor.dll

Type for an MBLinearProgress.

public enum MBLinearProgressType

Fields

Closed = 2

A closed linear progress.

Determinate = 1

A determinate linear progress with a value from 0 to 1.

Indeterminate = 0

An indeterminate linear progress.