RadzenRadialGaugeScalePointer 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 RadzenRadialGaugeScalePointer : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderRadzenRadialGaugeScalePointer component.
public RadzenRadialGaugeScalePointer()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 RadzenRadialGauge Gauge { get; set; }
| Type | Description |
|---|---|
| RadzenRadialGauge | Gets or sets the gauge. |
Gets or sets the length.
public double Length { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the length. |
Gets or sets the radius.
public double Radius { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the radius. |
Gets or sets the scale.
public RadzenRadialGaugeScale Scale { get; set; }
| Type | Description |
|---|---|
| RadzenRadialGaugeScale | 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<RadzenRadialGaugeScalePointer> Template { get; set; }
| Type | Description |
|---|---|
| RenderFragment<RadzenRadialGaugeScalePointer> | Gets or sets the template. |
Gets or sets the value.
public double Value { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the value. |
Gets or sets the width.
public double? Width { get; set; }
| Type | Description |
|---|---|
| double? | Gets or sets the width. |
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 |