Class TelerikArcGauge
Telerik UI ArcGauge component.
Inheritance
System.Object
Telerik.Generated.Blazor.Components.DataVizComponent
Telerik.Generated.Blazor.Components.ArcGaugeBase<ArcGaugeCenterLabel>
TelerikArcGauge
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikArcGauge : ArcGaugeBase<ArcGaugeCenterLabel>, IDisposable
Constructors
TelerikArcGauge()
Declaration
public TelerikArcGauge()
Properties
RenderAs
Specifies the preferred widget rendering mode.
Declaration
public Nullable<RenderingMode> RenderAs { get; set; }
Property Value
System.Nullable<RenderingMode>
|
Transitions
A value indicating if transition animations should be played.
Declaration
public Nullable<bool> Transitions { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
OnAfterRender(Boolean)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
System.Boolean
firstRender
|
Overrides
Telerik.Generated.Blazor.Components.ArcGaugeBase<Telerik.Blazor.Components.ArcGaugeCenterLabel>.OnAfterRender(System.Boolean)
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
Telerik.Generated.Blazor.Components.ArcGaugeBase<Telerik.Blazor.Components.ArcGaugeCenterLabel>.OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides
Telerik.Generated.Blazor.Components.ArcGaugeBase<Telerik.Blazor.Components.ArcGaugeCenterLabel>.OnParametersSet()