Class MapsTooltipSettings
Sets and gets the options for customizing the tooltip of the layer in maps.
Inheritance
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsTooltipSettings : OwningComponentBase
Constructors
MapsTooltipSettings()
Declaration
public MapsTooltipSettings()
Properties
Duration
Gets or sets the duration for the tooltip in the mobile device.
Declaration
public double Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the number value that represents the duration in milliseconds. |
Remarks
This property is used to change the duration of the tooltip. It specifies the time in milliseconds after which the tooltip will be removed on a mobile device. If the value is set to 0, the tooltip will not be removed. If the value is set to greater than 0, the tooltip will be removed after the specified duration.
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 |
---|
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 |
---|
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 |
---|
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 |
---|
System.Boolean |