Class RadzenRadialGaugeScalePointer
RadzenRadialGaugeScalePointer component.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenRadialGaugeScalePointer : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
RadzenRadialGaugeScalePointer()
RadzenRadialGaugeScalePointer component.
Declaration
public RadzenRadialGaugeScalePointer()
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 RadzenRadialGauge Gauge { get; set; }
Property Value
Type | Description |
---|---|
RadzenRadialGauge | The gauge. |
Length
Gets or sets the length.
Declaration
[Parameter]
public double Length { get; set; }
Property Value
Type | Description |
---|---|
double | The length. |
Radius
Gets or sets the radius.
Declaration
[Parameter]
public double Radius { get; set; }
Property Value
Type | Description |
---|---|
double | The radius. |
Scale
Gets or sets the scale.
Declaration
[CascadingParameter]
public RadzenRadialGaugeScale Scale { get; set; }
Property Value
Type | Description |
---|---|
RadzenRadialGaugeScale | 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<RadzenRadialGaugeScalePointer> Template { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<RadzenRadialGaugeScalePointer> | The template. |
Value
Gets or sets the value.
Declaration
[Parameter]
public double Value { get; set; }
Property Value
Type | Description |
---|---|
double | The value. |
Width
Gets or sets the width.
Declaration
[Parameter]
public double? Width { get; set; }
Property Value
Type | Description |
---|---|
double? | The width. |
Methods
BuildRenderTree(RenderTreeBuilder)
RadzenRadialGaugeScalePointer component.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
RenderTreeBuilder | __builder |
Overrides
OnInitialized()
RadzenRadialGaugeScalePointer component.
Declaration
protected override void OnInitialized()
Overrides
SetParametersAsync(ParameterView)
RadzenRadialGaugeScalePointer component.
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Type | Name | Description |
---|---|---|
ParameterView | parameters |
Returns
Type | Description |
---|---|
Task |