Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class GaugeBase

    Class GaugeBase. Implements the RadzenComponent

    Inheritance
    object
    ComponentBase
    RadzenComponent
    GaugeBase
    RadzenArcGauge
    RadzenRadialGauge
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    RadzenComponent.OnMouseEnter()
    RadzenComponent.OnMouseLeave()
    RadzenComponent.OnContextMenu(MouseEventArgs)
    RadzenComponent.GetCssClass()
    RadzenComponent.GetId()
    RadzenComponent.GetComponentCssClass()
    RadzenComponent.Debounce(Func<Task>, int)
    RadzenComponent.RaiseContextMenu(MouseEventArgs)
    RadzenComponent.RaiseMouseEnter()
    RadzenComponent.RaiseMouseLeave()
    RadzenComponent.Attributes
    RadzenComponent.Element
    RadzenComponent.MouseEnter
    RadzenComponent.MouseLeave
    RadzenComponent.ContextMenu
    RadzenComponent.Culture
    RadzenComponent.DefaultCulture
    RadzenComponent.Style
    RadzenComponent.Visible
    RadzenComponent.UniqueID
    RadzenComponent.JSRuntime
    RadzenComponent.IsJSRuntimeAvailable
    RadzenComponent.Reference
    RadzenComponent.CurrentStyle
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.StateHasChanged()
    ComponentBase.ShouldRender()
    ComponentBase.OnAfterRender(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 abstract class GaugeBase : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

    Constructors

    GaugeBase()

    Class GaugeBase. Implements the RadzenComponent

    Declaration
    protected GaugeBase()
    See Also
    RadzenComponent

    Properties

    ChildContent

    Gets or sets the child content.

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

    The child content.

    See Also
    RadzenComponent

    Height

    Gets or sets the height.

    Declaration
    public double? Height { get; set; }
    Property Value
    Type Description
    double?

    The height.

    See Also
    RadzenComponent

    Width

    Gets or sets the width.

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

    The width.

    See Also
    RadzenComponent

    Methods

    Dispose()

    Disposes this instance.

    Declaration
    public override void Dispose()
    Overrides
    RadzenComponent.Dispose()
    See Also
    RadzenComponent

    OnAfterRenderAsync(bool)

    On after render as an asynchronous operation.

    Declaration
    protected override Task OnAfterRenderAsync(bool firstRender)
    Parameters
    Type Name Description
    bool firstRender

    if set to true [first render].

    Returns
    Type Description
    Task

    A Task representing the asynchronous operation.

    Overrides
    RadzenComponent.OnAfterRenderAsync(bool)
    See Also
    RadzenComponent

    OnInitialized()

    Called when [initialized].

    Declaration
    protected override void OnInitialized()
    Overrides
    RadzenComponent.OnInitialized()
    See Also
    RadzenComponent

    Reload()

    Reloads this instance.

    Declaration
    public void Reload()
    See Also
    RadzenComponent

    Resize(double, double)

    Resizes the specified width.

    Declaration
    [JSInvokable]
    public void Resize(double width, double height)
    Parameters
    Type Name Description
    double width

    The width.

    double height

    The height.

    See Also
    RadzenComponent

    SetParametersAsync(ParameterView)

    Set parameters as an asynchronous operation.

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

    The parameters.

    Returns
    Type Description
    Task

    A Task representing the asynchronous operation.

    Overrides
    RadzenComponent.SetParametersAsync(ParameterView)
    See Also
    RadzenComponent

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable

    See Also

    RadzenComponent

    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