Class MapsTooltipSettings
Sets and gets the options for customizing the tooltip of the layer in maps.
Inheritance
System.Object
MapsTooltipSettings
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsTooltipSettings : OwningComponentBase
Constructors
MapsTooltipSettings()
Declaration
public MapsTooltipSettings()
Properties
Fill
Gets or sets 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
Gets or sets 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
Gets or sets 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
Gets or sets a value indicating whether or not to enable the visibility of tooltip for layers, markers, and bubbles in maps.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |