RadzenLinearGaugeScaleRange component.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
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
public class RadzenLinearGaugeScaleRange : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderRadzenLinearGaugeScaleRange component.
public RadzenLinearGaugeScaleRange()Gets or sets the corner radius of the range band in pixels. Use to produce rounded ends.
public double BorderRadius { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the corner radius of the range band in pixels. Use to produce rounded ends. |
Gets or sets the range fill color.
public string Fill { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the range fill color. |
Gets or sets the starting value of the range.
public double From { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the starting value of the range. |
Gets or sets the rendered thickness of the range band.
public double Height { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the rendered thickness of the range band. |
Gets or sets the parent linear gauge scale.
public RadzenLinearGaugeScale Scale { get; set; }
| Type | Description |
|---|---|
| RadzenLinearGaugeScale | Gets or sets the parent linear gauge scale. |
Gets or sets the range stroke color.
public string Stroke { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the range stroke color. |
Gets or sets the width of the range stroke.
public double StrokeWidth { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the width of the range stroke. |
Gets or sets the ending value of the range.
public double To { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the ending value of the range. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |