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. |