RadzenLinearGaugeScaleRange Class

RadzenLinearGaugeScaleRange component.

Inheritance

Object

ComponentBase

RadzenLinearGaugeScaleRange

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

ComponentBase.OnInitialized

ComponentBase.OnInitializedAsync

ComponentBase.OnParametersSet

ComponentBase.OnParametersSetAsync

ComponentBase.StateHasChanged

ComponentBase.ShouldRender

ComponentBase.OnAfterRender

ComponentBase.OnAfterRenderAsync

ComponentBase.InvokeAsync

ComponentBase.DispatchExceptionAsync

ComponentBase.SetParametersAsync

ComponentBase.RendererInfo

ComponentBase.Assets

ComponentBase.AssignedRenderMode

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenLinearGaugeScaleRange : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenLinearGaugeScaleRangelink

RadzenLinearGaugeScaleRange component.

Declaration
public RadzenLinearGaugeScaleRange()

Properties

BorderRadiuslink

Gets or sets the corner radius of the range band in pixels. Use to produce rounded ends.

Declaration
public double BorderRadius { get; set; }
Property Value
Type Description
doubleGets or sets the corner radius of the range band in pixels. Use to produce rounded ends.

Filllink

Gets or sets the range fill color.

Declaration
public string Fill { get; set; }
Property Value
Type Description
stringGets or sets the range fill color.

Fromlink

Gets or sets the starting value of the range.

Declaration
public double From { get; set; }
Property Value
Type Description
doubleGets or sets the starting value of the range.

Heightlink

Gets or sets the rendered thickness of the range band.

Declaration
public double Height { get; set; }
Property Value
Type Description
doubleGets or sets the rendered thickness of the range band.

Scalelink

Gets or sets the parent linear gauge scale.

Declaration
public RadzenLinearGaugeScale Scale { get; set; }
Property Value
Type Description
RadzenLinearGaugeScaleGets or sets the parent linear gauge scale.

Strokelink

Gets or sets the range stroke color.

Declaration
public string Stroke { get; set; }
Property Value
Type Description
stringGets or sets the range stroke color.

StrokeWidthlink

Gets or sets the width of the range stroke.

Declaration
public double StrokeWidth { get; set; }
Property Value
Type Description
doubleGets or sets the width of the range stroke.

Tolink

Gets or sets the ending value of the range.

Declaration
public double To { get; set; }
Property Value
Type Description
doubleGets or sets the ending value of the range.

Methods

BuildRenderTreelink

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder
An error has occurred. This app may no longer respond until reloaded. Reload 🗙