Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TooltipRenderEventArgs

    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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved