ClassLinearProgressBarBase
Class
Definition
Namespace:Telerik.Blazor.Components.Common.ProgressBar
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public abstract class LinearProgressBarBase : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentLinearProgressBarBase
Derived Classes:
Implements:
Inherited Members
Constructors
LinearProgressBarBase()
Declaration
cs-api-definition
protected LinearProgressBarBase()
Properties
Indeterminate
Sets the indeterminate state of the progress bar.
Declaration
cs-api-definition
[Parameter]
public bool Indeterminate { get; set; }
Property Value
Max
The max value of the progress bar.
Orientation
Defines the orientation of the progress bar.
Declaration
cs-api-definition
[Parameter]
public ProgressBarOrientation Orientation { get; set; }
Property Value