Class RadzenRadialGaugeScaleRange
RadzenRadialGaugeScaleRange component.
Inheritance
System.Object
RadzenRadialGaugeScaleRange
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenRadialGaugeScaleRange : ComponentBase
Properties
Fill
Gets or sets the fill.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | The fill. |
From
Gets or sets from.
Declaration
public double From { get; set; }
Property Value
Type | Description |
---|---|
System.Double | From. |
Height
Gets or sets the height.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The height. |
Scale
Gets or sets the scale.
Declaration
public RadzenRadialGaugeScale Scale { get; set; }
Property Value
Type | Description |
---|---|
RadzenRadialGaugeScale | The scale. |
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. |
To
Gets or sets to position.
Declaration
public double To { get; set; }
Property Value
Type | Description |
---|---|
System.Double | To. |