Definition
Namespace:Telerik.Blazor.Components.Common.ProgressBar
Assembly:Telerik.Blazor.dll
Syntax:
C#
public abstract class LinearProgressBarBase : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentLinearProgressBarBase
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected LinearProgressBarBase()
Methods
Properties
Sets the indeterminate state of the progress bar.
C#
[Parameter]
public bool Indeterminate { get; set; }
Defines the orientation of the progress bar.
C#
[Parameter]
public ProgressBarOrientation Orientation { get; set; }