alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class TooltipRenderEventArgs

    Specifies the event arguments for the tooltip render event in circular gauge.

    Inheritance
    object
    BaseEventArgs
    TooltipRenderEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.CircularGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TooltipRenderEventArgs : BaseEventArgs

    Constructors

    TooltipRenderEventArgs()

    Declaration
    public TooltipRenderEventArgs()

    Properties

    AppendInBodyTag

    Gets or sets a value indicating whether the tooltip should append to the body element.

    Declaration
    public bool AppendInBodyTag { get; set; }
    Property Value
    Type Description
    bool

    true if the tooltip should be appended to the body; otherwise, false.

    Content

    Gets or sets the content for the tooltip in the Circular Gauge.

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

    A string containing the tooltip content.

    Location

    Gets or sets the location of the tooltip in the Circular Gauge.

    Declaration
    public PointF Location { get; set; }
    Property Value
    Type Description
    PointF

    A PointF representing the tooltip location.

    Type

    Gets or sets the element type in which the tooltip is rendered (e.g., range, annotation, or pointer).

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string

    A string representing the type of element.

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