Class SVGTooltip
Interface for a class SVGTooltip
Inheritance
System.Object
SVGTooltip
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class SVGTooltip : Object
Constructors
SVGTooltip()
Declaration
public SVGTooltip()
Properties
Content
Specifies tooltip content
Declaration
public string Content { get; set; }
Property Value
Type |
---|
System.String |
Fill
Allows to set the fill color of the SVGTooltip that accepts value in hex and rgba as a valid CSS color string.
Declaration
public string Fill { get; set; }
Property Value
Type |
---|
System.String |
Template
Allows to set the custom template to format the ToolTip content
Declaration
public string Template { get; set; }
Property Value
Type |
---|
System.String |