Class MapsTooltipSettings
Sets and gets the options for customizing the tooltip of the layer in maps.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
MapsTooltipSettings
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsTooltipSettings : SfBaseComponent
Constructors
MapsTooltipSettings()
Declaration
public MapsTooltipSettings()
Properties
Fill
Sets and gets the color of the tooltip in layers, markers, and bubbles of maps.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Format
Sets and gets the format of the tooltip in layers, markers, and bubbles of maps.
Declaration
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValuePath
Sets and gets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.
Declaration
public string ValuePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Visible
Enables or disables the tooltip visibility for layers, markers, and bubbles in maps.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |