menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SVGTooltip - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

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