Class RadzenRadialGaugeScaleRange
RadzenRadialGaugeScaleRange component.
public class RadzenRadialGaugeScaleRange : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
- Inheritance
-
RadzenRadialGaugeScaleRange
- Implements
- Inherited Members
Constructors
RadzenRadialGaugeScaleRange()
public RadzenRadialGaugeScaleRange()
Properties
Fill
Gets or sets the fill.
[Parameter]
public string Fill { get; set; }
Property Value
- string
The fill.
From
Gets or sets from.
[Parameter]
public double From { get; set; }
Property Value
- double
From.
Height
Gets or sets the height.
[Parameter]
public double Height { get; set; }
Property Value
- double
The height.
Scale
Gets or sets the scale.
[CascadingParameter]
public RadzenRadialGaugeScale Scale { get; set; }
Property Value
- RadzenRadialGaugeScale
The scale.
Stroke
Gets or sets the stroke.
[Parameter]
public string Stroke { get; set; }
Property Value
- string
The stroke.
StrokeWidth
Gets or sets the width of the stroke.
[Parameter]
public double StrokeWidth { get; set; }
Property Value
- double
The width of the stroke.
To
Gets or sets to position.
[Parameter]
public double To { get; set; }
Property Value
- double
To.
Methods
BuildRenderTree(RenderTreeBuilder)
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder