Class TelerikLinearGauge
Telerik UI LinearGauge component.
Inheritance
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikLinearGauge : DataVizComponent, IDisposable
Constructors
TelerikLinearGauge()
Declaration
public TelerikLinearGauge()
Properties
RenderAs
Sets the preferred rendering engine. If it is not supported by the browser, the Gauge will switch to the first available mode.The supported values are: "svg" - renders the widget as inline SVG document, if available or "canvas" - renders the widget as a Canvas element, if available..
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
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()