Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenRadialGaugeScalePointer

    RadzenRadialGaugeScalePointer component.

    Inheritance
    object
    ComponentBase
    RadzenRadialGaugeScalePointer
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    Inherited Members
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.StateHasChanged()
    ComponentBase.ShouldRender()
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.DispatchExceptionAsync(Exception)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenRadialGaugeScalePointer : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

    Constructors

    RadzenRadialGaugeScalePointer()

    RadzenRadialGaugeScalePointer component.

    Declaration
    public RadzenRadialGaugeScalePointer()

    Properties

    Fill

    Gets or sets the fill.

    Declaration
    [Parameter]
    public string Fill { get; set; }
    Property Value
    Type Description
    string

    The fill.

    FormatString

    Gets or sets the format string.

    Declaration
    [Parameter]
    public string FormatString { get; set; }
    Property Value
    Type Description
    string

    The format string.

    Gauge

    Gets or sets the gauge.

    Declaration
    [CascadingParameter]
    public RadzenRadialGauge Gauge { get; set; }
    Property Value
    Type Description
    RadzenRadialGauge

    The gauge.

    Length

    Gets or sets the length.

    Declaration
    [Parameter]
    public double Length { get; set; }
    Property Value
    Type Description
    double

    The length.

    Radius

    Gets or sets the radius.

    Declaration
    [Parameter]
    public double Radius { get; set; }
    Property Value
    Type Description
    double

    The radius.

    Scale

    Gets or sets the scale.

    Declaration
    [CascadingParameter]
    public RadzenRadialGaugeScale Scale { get; set; }
    Property Value
    Type Description
    RadzenRadialGaugeScale

    The scale.

    ShowValue

    Gets or sets a value indicating whether to show value.

    Declaration
    [Parameter]
    public bool ShowValue { get; set; }
    Property Value
    Type Description
    bool

    true if value is shown; otherwise, false.

    Stroke

    Gets or sets the stroke.

    Declaration
    [Parameter]
    public string Stroke { get; set; }
    Property Value
    Type Description
    string

    The stroke.

    StrokeWidth

    Gets or sets the width of the stroke.

    Declaration
    [Parameter]
    public double StrokeWidth { get; set; }
    Property Value
    Type Description
    double

    The width of the stroke.

    Template

    Gets or sets the template.

    Declaration
    [Parameter]
    public RenderFragment<RadzenRadialGaugeScalePointer> Template { get; set; }
    Property Value
    Type Description
    RenderFragment<RadzenRadialGaugeScalePointer>

    The template.

    Value

    Gets or sets the value.

    Declaration
    [Parameter]
    public double Value { get; set; }
    Property Value
    Type Description
    double

    The value.

    Width

    Gets or sets the width.

    Declaration
    [Parameter]
    public double? Width { get; set; }
    Property Value
    Type Description
    double?

    The width.

    Methods

    BuildRenderTree(RenderTreeBuilder)

    RadzenRadialGaugeScalePointer component.

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    RenderTreeBuilder __builder
    Overrides
    ComponentBase.BuildRenderTree(RenderTreeBuilder)

    OnInitialized()

    RadzenRadialGaugeScalePointer component.

    Declaration
    protected override void OnInitialized()
    Overrides
    ComponentBase.OnInitialized()

    SetParametersAsync(ParameterView)

    RadzenRadialGaugeScalePointer component.

    Declaration
    public override Task SetParametersAsync(ParameterView parameters)
    Parameters
    Type Name Description
    ParameterView parameters
    Returns
    Type Description
    Task
    Overrides
    ComponentBase.SetParametersAsync(ParameterView)

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT