Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularGaugeRangeTooltipSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CircularGaugeRangeTooltipSettings

    Sets and gets the tooltip settings of the range in circular gauge.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    CircularGaugeRangeTooltipSettings
    Namespace: Syncfusion.Blazor.CircularGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CircularGaugeRangeTooltipSettings : SfBaseComponent

    Constructors

    CircularGaugeRangeTooltipSettings()

    Declaration
    public CircularGaugeRangeTooltipSettings()

    Properties

    ChildContent

    Sets and gets the content of the UI element.

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    EnableAnimation

    Enables and disables the animation for the range tooltip. The animation is set as true by default.

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

    Fill

    Gets and sets the fill color of the range tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.

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

    Format

    Sets and gets the format of the range tooltip in circular gauge.

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

    ShowAtMousePosition

    Enables and disables the range tooltip to be shown at mouse position. By default, it set as false.

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

    Template

    Sets and gets the custom template to render the tooltip content.

    Declaration
    public RenderFragment Template { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved