Class TooltipRenderEventArgs
Specifies the event arguments for tooltip render event in maps.
Inherited Members
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class TooltipRenderEventArgs : MapsBaseEventArgs
Constructors
TooltipRenderEventArgs()
Declaration
public TooltipRenderEventArgs()
Properties
Content
Gets or sets the content of the tooltip.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
Data
Gets or sets the data in tooltip.
Declaration
public Dictionary<string, string> Data { get; set; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.String, System.String> |
Fill
Gets or sets the color for the tooltip in event argument.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |