Class MapsTooltipSettingsBuilder
Inheritance
System.Object
MapsTooltipSettingsBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ2.dll
public class MapsTooltipSettingsBuilder : ControlBuilder
Constructors
Declaration
public MapsTooltipSettingsBuilder()
Declaration
public MapsTooltipSettingsBuilder(MapsTooltipSettings model)
Parameters
Methods
Sets and gets the options for customizing the color and width of the border of the tooltip in layers, markers, and bubbles of maps.
Declaration
public MapsTooltipSettingsBuilder Border(MapsBorder value)
Parameters
Returns
Declaration
public MapsTooltipSettingsBuilder Border(Action<MapsBorderBuilder> border)
Parameters
Returns
Sets and gets the color of the tooltip in layers, markers, and bubbles of maps.
Declaration
public MapsTooltipSettingsBuilder Fill(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Sets and gets the format of the tooltip in layers, markers, and bubbles of maps.
Declaration
public MapsTooltipSettingsBuilder Format(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Sets and gets the tooltip template for layers, markers, and bubbles in maps.
Declaration
public MapsTooltipSettingsBuilder Template(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
TextStyle(MapsFont)
Sets and gets the options for customizing the style of the text in tooltip for layers, markers, and bubbles of maps.
Declaration
public MapsTooltipSettingsBuilder TextStyle(MapsFont value)
Parameters
Returns
TextStyle(Action<MapsFontBuilder>)
Declaration
public MapsTooltipSettingsBuilder TextStyle(Action<MapsFontBuilder> textStyle)
Parameters
Returns
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 MapsTooltipSettingsBuilder ValuePath(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Enables or disables the tooltip visibility for layers, markers, and bubbles in maps.
Declaration
public MapsTooltipSettingsBuilder Visible(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns