Class RadzenArcGaugeScaleValue
RadzenArcGaugeScaleValue component.
Inheritance
System.Object
RadzenArcGaugeScaleValue
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenArcGaugeScaleValue : ComponentBase
Properties
Fill
Gets or sets the fill.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | The fill. |
FormatString
Gets or sets the format string.
Declaration
public string FormatString { get; set; }
Property Value
Type | Description |
---|---|
System.String | The format string. |
Gauge
Gets or sets the gauge.
Declaration
public RadzenArcGauge Gauge { get; set; }
Property Value
Type | Description |
---|---|
RadzenArcGauge | The gauge. |
Scale
Gets or sets the scale.
Declaration
public RadzenArcGaugeScale Scale { get; set; }
Property Value
Type | Description |
---|---|
RadzenArcGaugeScale | The scale. |
ShowValue
Gets or sets a value indicating whether to show value.
Declaration
public bool ShowValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Stroke
Gets or sets the stroke.
Declaration
public string Stroke { get; set; }
Property Value
Type | Description |
---|---|
System.String | The stroke. |
StrokeWidth
Gets or sets the width of the stroke.
Declaration
public double StrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width of the stroke. |
Template
Gets or sets the template.
Declaration
public RenderFragment<RadzenArcGaugeScaleValue> Template { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<RadzenArcGaugeScaleValue> | The template. |
Value
Gets or sets the value.
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The value. |
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
SetParametersAsync(ParameterView)
Declaration
public override async Task SetParametersAsync(ParameterView parameters)
Parameters
Type | Name | Description |
---|---|---|
ParameterView | parameters |
Returns
Type | Description |
---|---|
Task |