Class RadzenRadialGaugeScalePointer
RadzenRadialGaugeScalePointer component.
Inheritance
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenRadialGaugeScalePointer : 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 RadzenRadialGauge Gauge { get; set; }
Property Value
Type | Description |
---|---|
RadzenRadialGauge | The gauge. |
Length
Gets or sets the length.
Declaration
public double Length { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The length. |
Radius
Gets or sets the radius.
Declaration
public double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The radius. |
Scale
Gets or sets the scale.
Declaration
public RadzenRadialGaugeScale Scale { get; set; }
Property Value
Type | Description |
---|---|
RadzenRadialGaugeScale | 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<RadzenRadialGaugeScalePointer> Template { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<RadzenRadialGaugeScalePointer> | The template. |
Value
Gets or sets the value.
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The value. |
Width
Gets or sets the width.
Declaration
public double? Width { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | The width. |
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 |