Class LinearProgressBarBase
Inherited Members
Namespace: Telerik.Blazor.Components.Common.ProgressBar
Assembly: Telerik.Blazor.dll
Syntax
public abstract class LinearProgressBarBase : BaseComponent, IDisposable
Constructors
LinearProgressBarBase()
Declaration
protected LinearProgressBarBase()
Properties
Indeterminate
Sets the indeterminate state of the progress bar.
Declaration
public bool Indeterminate { get; set; }
Property Value
System.Boolean
|
Max
The max value of the progress bar.
Declaration
public double Max { get; set; }
Property Value
System.Double
|
Orientation
Defines the orientation of the progress bar.
Declaration
public ProgressBarOrientation Orientation { get; set; }
Property Value
ProgressBarOrientation
|
Value
The value of the progress bar.
Declaration
public double Value { get; set; }
Property Value
System.Double
|
Methods
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
System.Threading.Tasks.Task
|