menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TooltipRenderEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TooltipRenderEventArgs

    Specifies the event arguments for tooltip event in linear gauge.

    Inheritance
    System.Object
    Syncfusion.Blazor.LinearGauge.BaseEventArgs
    TooltipRenderEventArgs
    Namespace: Syncfusion.Blazor.LinearGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TooltipRenderEventArgs : BaseEventArgs

    Constructors

    TooltipRenderEventArgs()

    Declaration
    public TooltipRenderEventArgs()

    Properties

    Content

    Gets or sets the content for the tooltip.

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

    Accepts the string value.

    Location

    Gets or sets the location of the tooltip in linear gauge.

    Declaration
    public Points Location { get; set; }
    Property Value
    Type Description
    Syncfusion.Blazor.LinearGauge.Internal.Points

    A Points object that represents the location of tooltip in linear gauge.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved