RadzenArcGaugeScaleValue component.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
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
public class RadzenArcGaugeScaleValue : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderRadzenArcGaugeScaleValue component.
public RadzenArcGaugeScaleValue()Gets or sets the fill.
public string Fill { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the fill. |
Gets or sets the format string.
public string FormatString { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the format string. |
Gets or sets the gauge.
public RadzenArcGauge Gauge { get; set; }
| Type | Description |
|---|---|
| RadzenArcGauge | Gets or sets the gauge. |
Gets or sets the scale.
public RadzenArcGaugeScale Scale { get; set; }
| Type | Description |
|---|---|
| RadzenArcGaugeScale | Gets or sets the scale. |
Gets or sets a value indicating whether to show value.
public bool ShowValue { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether to show value. |
Gets or sets the stroke.
public string Stroke { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the stroke. |
Gets or sets the width of the stroke.
public double StrokeWidth { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the width of the stroke. |
Gets or sets the template.
public RenderFragment<RadzenArcGaugeScaleValue> Template { get; set; }
| Type | Description |
|---|---|
| RenderFragment<RadzenArcGaugeScaleValue> | Gets or sets the template. |
Gets or sets the value.
public double Value { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the value. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
public override Task SetParametersAsync(ParameterView parameters)
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters |
| Type | Description |
|---|---|
| Task |