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 tooltip event in linear 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.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
    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
    Points

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

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