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 to this section

RadzenLinearGaugeScaleRange component.

Declaration
public RadzenLinearGaugeScaleRange()

Properties

BorderRadiusLink to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 🗙