Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenRadialGaugeScalePointer

    RadzenRadialGaugeScalePointer component.

    Inheritance
    System.Object
    RadzenRadialGaugeScalePointer
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenRadialGaugeScalePointer : ComponentBase

    Properties

    Fill

    Gets or sets the fill.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    The fill.

    FormatString

    Gets or sets the format string.

    Declaration
    public string FormatString { get; set; }
    Property Value
    Type Description
    System.String

    The format string.

    Gauge

    Gets or sets the gauge.

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

    The gauge.

    Length

    Gets or sets the length.

    Declaration
    public double Length { get; set; }
    Property Value
    Type Description
    System.Double

    The length.

    Radius

    Gets or sets the radius.

    Declaration
    public double Radius { get; set; }
    Property Value
    Type Description
    System.Double

    The radius.

    Scale

    Gets or sets the scale.

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

    The scale.

    ShowValue

    Gets or sets a value indicating whether to show value.

    Declaration
    public bool ShowValue { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if value is shown; otherwise, false.

    Stroke

    Gets or sets the stroke.

    Declaration
    public string Stroke { get; set; }
    Property Value
    Type Description
    System.String

    The stroke.

    StrokeWidth

    Gets or sets the width of the stroke.

    Declaration
    public double StrokeWidth { get; set; }
    Property Value
    Type Description
    System.Double

    The width of the stroke.

    Template

    Gets or sets the template.

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

    The template.

    Value

    Gets or sets the value.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double

    The value.

    Width

    Gets or sets the width.

    Declaration
    public double? Width { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    The width.

    Methods

    OnInitialized()

    Declaration
    protected override void OnInitialized()

    SetParametersAsync(ParameterView)

    Declaration
    public override async Task SetParametersAsync(ParameterView parameters)
    Parameters
    Type Name Description
    ParameterView parameters
    Returns
    Type Description
    Task

    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