Class
LinearProgressBarBase

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: TelerikChunkProgressBarTelerikProgressBar

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members BaseComponent.ShouldRender()BaseComponent.OnInitializedAsync()BaseComponent.OnAfterRenderAsync(bool)BaseComponent.Dispose()BaseComponent.InitLocalizer()BaseComponent.ThrowIfParameterIsNull(object, string)BaseComponent.HaveOptionsChanged(IDictionary<string, object>, IDictionary<string, object>)BaseComponent.GetClassString(params string[])BaseComponent.InvokeAsync<T>(string, params object[])BaseComponent.InvokeAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidAsync(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidComponentMethodAsync(string, params object[])BaseComponent.InvokeComponentVoidMethodAsync(string, object)BaseComponent.InvokeDisposeAsync()BaseComponent.StateHasChanged()BaseComponent.RootComponentBaseComponent.ClassComponentBase.BuildRenderTree(RenderTreeBuilder)ComponentBase.OnInitialized()ComponentBase.OnParametersSet()ComponentBase.OnAfterRender(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

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

bool

Max

The max value of the progress bar.

Declaration

cs-api-definition
[Parameter]
public double Max { get; set; }

Property Value

double

Orientation

Defines the orientation of the progress bar.

Declaration

cs-api-definition
[Parameter]
public ProgressBarOrientation Orientation { get; set; }

Property Value

ProgressBarOrientation

Value

The value of the progress bar.

Declaration

cs-api-definition
[Parameter]
public double Value { get; set; }

Property Value

double

Methods

OnParametersSetAsync()

Declaration

cs-api-definition
protected override Task OnParametersSetAsync()

Returns

Task

Overrides ComponentBase.OnParametersSetAsync()