Table of Contents

Class RadzenArcGaugeScaleValue

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

RadzenArcGaugeScaleValue component.

public class RadzenArcGaugeScaleValue : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
RadzenArcGaugeScaleValue
Implements
Inherited Members

Constructors

RadzenArcGaugeScaleValue()

public RadzenArcGaugeScaleValue()

Properties

Fill

Gets or sets the fill.

[Parameter]
public string Fill { get; set; }

Property Value

string

The fill.

FormatString

Gets or sets the format string.

[Parameter]
public string FormatString { get; set; }

Property Value

string

The format string.

Gauge

Gets or sets the gauge.

[CascadingParameter]
public RadzenArcGauge Gauge { get; set; }

Property Value

RadzenArcGauge

The gauge.

Scale

Gets or sets the scale.

[CascadingParameter]
public RadzenArcGaugeScale Scale { get; set; }

Property Value

RadzenArcGaugeScale

The scale.

ShowValue

Gets or sets a value indicating whether to show value.

[Parameter]
public bool ShowValue { get; set; }

Property Value

bool

true if value is shown; otherwise, false.

Stroke

Gets or sets the stroke.

[Parameter]
public string Stroke { get; set; }

Property Value

string

The stroke.

StrokeWidth

Gets or sets the width of the stroke.

[Parameter]
public double StrokeWidth { get; set; }

Property Value

double

The width of the stroke.

Template

Gets or sets the template.

[Parameter]
public RenderFragment<RadzenArcGaugeScaleValue> Template { get; set; }

Property Value

RenderFragment<RadzenArcGaugeScaleValue>

The template.

Value

Gets or sets the value.

[Parameter]
public double Value { get; set; }

Property Value

double

The value.

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnInitialized()

protected override void OnInitialized()

SetParametersAsync(ParameterView)

public override Task SetParametersAsync(ParameterView parameters)

Parameters

parameters ParameterView

Returns

Task