Class MapsZoomToolbarTooltipSettings
Inheritance
Namespace: Syncfusion.EJ2.Maps
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsZoomToolbarTooltipSettings : EJTagHelper
Constructors
MapsZoomToolbarTooltipSettings()
Declaration
public MapsZoomToolbarTooltipSettings()
Properties
BorderColor
Gets or sets the color of the border of the tooltip of the zoom toolbar.
Declaration
public string BorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "#707070" |
BorderOpacity
Gets or sets the opacity of the border of the tooltip of the zoom toolbar.
Declaration
public double BorderOpacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
BorderWidth
Gets or sets the width of the border of the tooltip of the zoom toolbar.
Declaration
public double BorderWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Fill
Gets or sets the background color of the tooltip of the zoom toolbar.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "white" |
FontColor
Gets or sets the color of the text in the tooltip of the zoom toolbar.
Declaration
public string FontColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "black" |
FontFamily
Gets or sets the font family of the text in the tooltip of the zoom toolbar.
Declaration
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
FontOpacity
Gets or sets the font opacity of the text in the tooltip of the zoom toolbar.
Declaration
public double FontOpacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
FontSize
Gets or sets the size of the text in the tooltip of the zoom toolbar.
Declaration
public string FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
FontStyle
Gets or sets the font style of the text in the tooltip of the zoom toolbar.
Declaration
public string FontStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
FontWeight
Gets or sets the font weight of the text in the tooltip of the zoom toolbar.
Declaration
public string FontWeight { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Visible
Enables or disables the tooltip of the zoom toolbar.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |