Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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 the tooltip render event in circular gauge.

    Inheritance
    System.Object
    Syncfusion.Blazor.CircularGauge.BaseEventArgs
    TooltipRenderEventArgs
    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 or not to enable the tooltip element to append in body.

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

    Content

    Gets or sets the content for the tooltip in circular gauge.

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

    Location

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

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

    Type

    Gets or sets the element type in which the tooltip is rendered. The element types are range, annotation, and pointer of the circular gauge.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved