Class MapsTooltipSettings
Inheritance
System.Object
MapsTooltipSettings
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()
Namespace: Syncfusion.EJ2.Maps
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsTooltipSettings : EJTagHelper
Constructors
MapsTooltipSettings()
Declaration
public MapsTooltipSettings()
Properties
Border
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
[HtmlAttributeName("border")]
public MapsBorder Border { get; set; }
Property Value
Type | Description |
---|---|
MapsBorder |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Fill
Sets and gets the color of the tooltip in layers, markers, and bubbles of maps.
Declaration
[HtmlAttributeName("fill")]
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
[HtmlAttributeName("format")]
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Template
Sets and gets the tooltip template for layers, markers, and bubbles in maps.
Declaration
[HtmlAttributeName("template")]
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextStyle
Sets and gets the options for customizing the style of the text in tooltip for layers, markers, and bubbles of maps.
Declaration
[HtmlAttributeName("textStyle")]
public MapsFont TextStyle { get; set; }
Property Value
Type | Description |
---|---|
MapsFont |
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
[HtmlAttributeName("valuePath")]
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
[HtmlAttributeName("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |