Class
LinearGaugePointers

Telerik UI LinearGaugePointers.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class LinearGaugePointers : DataVizCollectionComponent<LinearGaugePointer>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IEnumerable<LinearGaugePointer>, IEnumerable

Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionComponent<LinearGaugePointer>LinearGaugePointers

Implements: IComponentIDisposableIEnumerableIEnumerable<LinearGaugePointer>IHandleAfterRenderIHandleEvent

Inherited Members DataVizCollectionComponent<LinearGaugePointer>.GetEnumerator()ComponentBase.OnInitialized()ComponentBase.OnParametersSet()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRender(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.DisExceptionAsync(Exception)ComponentBase.SetParametersAsync(ParameterView)

Constructors

LinearGaugePointers()

Declaration

public LinearGaugePointers()

Properties

ChildContent

Declaration

[Parameter]
public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

OnAfterRenderAsync(bool)

Declaration

protected override Task OnAfterRenderAsync(bool firstRender)

Parameters

firstRender

bool

Returns

Task

Overrides ComponentBase.OnAfterRenderAsync(bool)

OnInitializedAsync()

Declaration

protected override Task OnInitializedAsync()

Returns

Task

Overrides ComponentBase.OnInitializedAsync()

OnParametersSetAsync()

Declaration

protected override Task OnParametersSetAsync()

Returns

Task

Overrides ComponentBase.OnParametersSetAsync()