Class RadzenArcGaugeScaleValue
RadzenArcGaugeScaleValue component.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenArcGaugeScaleValue : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
RadzenArcGaugeScaleValue()
RadzenArcGaugeScaleValue component.
Declaration
public RadzenArcGaugeScaleValue()
Properties
Fill
Gets or sets the fill.
Declaration
[Parameter]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
string | The fill. |
FormatString
Gets or sets the format string.
Declaration
[Parameter]
public string FormatString { get; set; }
Property Value
Type | Description |
---|---|
string | The format string. |
Gauge
Gets or sets the gauge.
Declaration
[CascadingParameter]
public RadzenArcGauge Gauge { get; set; }
Property Value
Type | Description |
---|---|
RadzenArcGauge | The gauge. |
Scale
Gets or sets the scale.
Declaration
[CascadingParameter]
public RadzenArcGaugeScale Scale { get; set; }
Property Value
Type | Description |
---|---|
RadzenArcGaugeScale | The scale. |
ShowValue
Gets or sets a value indicating whether to show value.
Declaration
[Parameter]
public bool ShowValue { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
Stroke
Gets or sets the stroke.
Declaration
[Parameter]
public string Stroke { get; set; }
Property Value
Type | Description |
---|---|
string | The stroke. |
StrokeWidth
Gets or sets the width of the stroke.
Declaration
[Parameter]
public double StrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
double | The width of the stroke. |
Template
Gets or sets the template.
Declaration
[Parameter]
public RenderFragment<RadzenArcGaugeScaleValue> Template { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<RadzenArcGaugeScaleValue> | The template. |
Value
Gets or sets the value.
Declaration
[Parameter]
public double Value { get; set; }
Property Value
Type | Description |
---|---|
double | The value. |
Methods
BuildRenderTree(RenderTreeBuilder)
RadzenArcGaugeScaleValue component.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
RenderTreeBuilder | __builder |
Overrides
OnInitialized()
RadzenArcGaugeScaleValue component.
Declaration
protected override void OnInitialized()
Overrides
SetParametersAsync(ParameterView)
RadzenArcGaugeScaleValue component.
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Type | Name | Description |
---|---|---|
ParameterView | parameters |
Returns
Type | Description |
---|---|
Task |