RadzenRadialGaugeScaleRange 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 RadzenRadialGaugeScaleRange : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderRadzenRadialGaugeScaleRange component.
public RadzenRadialGaugeScaleRange()Gets or sets the fill.
public string Fill { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the fill. |
Gets or sets from.
public double From { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets from. |
Gets or sets the height.
public double Height { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the height. |
Gets or sets the scale.
public RadzenRadialGaugeScale Scale { get; set; }
| Type | Description |
|---|---|
| RadzenRadialGaugeScale | Gets or sets the scale. |
Gets or sets the stroke.
public string Stroke { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the stroke. |
Gets or sets the width of the stroke.
public double StrokeWidth { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the width of the stroke. |
Gets or sets to position.
public double To { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets to position. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |