RadzenRadialGaugeScalePointer Class

RadzenRadialGaugeScalePointer component.

Inheritance

Object

ComponentBase

RadzenRadialGaugeScalePointer

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

ComponentBase.OnInitializedAsync

ComponentBase.OnParametersSet

ComponentBase.OnParametersSetAsync

ComponentBase.StateHasChanged

ComponentBase.ShouldRender

ComponentBase.OnAfterRender

ComponentBase.OnAfterRenderAsync

ComponentBase.InvokeAsync

ComponentBase.DispatchExceptionAsync

ComponentBase.RendererInfo

ComponentBase.Assets

ComponentBase.AssignedRenderMode

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenRadialGaugeScalePointer : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenRadialGaugeScalePointerlink

RadzenRadialGaugeScalePointer component.

Declaration
public RadzenRadialGaugeScalePointer()

Properties

Filllink

Gets or sets the fill.

Declaration
public string Fill { get; set; }
Property Value
Type Description
stringGets or sets the fill.

FormatStringlink

Gets or sets the format string.

Declaration
public string FormatString { get; set; }
Property Value
Type Description
stringGets or sets the format string.

Gaugelink

Gets or sets the gauge.

Declaration
public RadzenRadialGauge Gauge { get; set; }
Property Value
Type Description
RadzenRadialGaugeGets or sets the gauge.

Lengthlink

Gets or sets the length.

Declaration
public double Length { get; set; }
Property Value
Type Description
doubleGets or sets the length.

Radiuslink

Gets or sets the radius.

Declaration
public double Radius { get; set; }
Property Value
Type Description
doubleGets or sets the radius.

Scalelink

Gets or sets the scale.

Declaration
public RadzenRadialGaugeScale Scale { get; set; }
Property Value
Type Description
RadzenRadialGaugeScaleGets or sets the scale.

ShowValuelink

Gets or sets a value indicating whether to show value.

Declaration
public bool ShowValue { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether to show value.

Strokelink

Gets or sets the stroke.

Declaration
public string Stroke { get; set; }
Property Value
Type Description
stringGets or sets the stroke.

StrokeWidthlink

Gets or sets the width of the stroke.

Declaration
public double StrokeWidth { get; set; }
Property Value
Type Description
doubleGets or sets the width of the stroke.

Templatelink

Gets or sets the template.

Declaration
public RenderFragment<RadzenRadialGaugeScalePointer> Template { get; set; }
Property Value
Type Description
RenderFragment<RadzenRadialGaugeScalePointer>Gets or sets the template.

Valuelink

Gets or sets the value.

Declaration
public double Value { get; set; }
Property Value
Type Description
doubleGets or sets the value.

Widthlink

Gets or sets the width.

Declaration
public double? Width { get; set; }
Property Value
Type Description
double?Gets or sets the width.

Methods

BuildRenderTreelink

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder

OnInitializedlink

Declaration
protected override void OnInitialized()

SetParametersAsynclink

Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Type Name Description
ParameterView parameters
Returns
Type Description
Task
An error has occurred. This app may no longer respond until reloaded. Reload 🗙