Table of Contents

Class RadzenRadialGaugeScalePointer

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

RadzenRadialGaugeScalePointer component.

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

Constructors

RadzenRadialGaugeScalePointer()

public RadzenRadialGaugeScalePointer()

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 RadzenRadialGauge Gauge { get; set; }

Property Value

RadzenRadialGauge

The gauge.

Length

Gets or sets the length.

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

Property Value

double

The length.

Radius

Gets or sets the radius.

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

Property Value

double

The radius.

Scale

Gets or sets the scale.

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

Property Value

RadzenRadialGaugeScale

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<RadzenRadialGaugeScalePointer> Template { get; set; }

Property Value

RenderFragment<RadzenRadialGaugeScalePointer>

The template.

Value

Gets or sets the value.

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

Property Value

double

The value.

Width

Gets or sets the width.

[Parameter]
public double? Width { get; set; }

Property Value

double?

The width.

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