Class
RadialGaugePointers

Telerik UI RadialGaugePointers. Children: RadialGaugePointer.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class RadialGaugePointers : DataVizCollectionComponent<RadialGaugePointer>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IEnumerable<RadialGaugePointer>, IEnumerable

Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionComponent<RadialGaugePointer>RadialGaugePointers

Implements: IComponentIDisposableIEnumerableIEnumerable<RadialGaugePointer>IHandleAfterRenderIHandleEvent

Inherited Members DataVizCollectionComponent<RadialGaugePointer>.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

RadialGaugePointers()

Declaration

public RadialGaugePointers()

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()