Class MapsZoomToolbarTooltipSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
MapsZoomToolbarTooltipSettingsBuilder
Assembly: Syncfusion.EJ2.dll
public class MapsZoomToolbarTooltipSettingsBuilder : ControlBuilder
Constructors
Declaration
public MapsZoomToolbarTooltipSettingsBuilder()
Declaration
public MapsZoomToolbarTooltipSettingsBuilder(MapsZoomToolbarTooltipSettings model)
Parameters
Methods
Gets or sets the color of the border of the tooltip of the zoom toolbar.
Declaration
public MapsZoomToolbarTooltipSettingsBuilder BorderColor(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Gets or sets the opacity of the border of the tooltip of the zoom toolbar.
Declaration
public MapsZoomToolbarTooltipSettingsBuilder BorderOpacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Gets or sets the width of the border of the tooltip of the zoom toolbar.
Declaration
public MapsZoomToolbarTooltipSettingsBuilder BorderWidth(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Gets or sets the background color of the tooltip of the zoom toolbar.
Declaration
public MapsZoomToolbarTooltipSettingsBuilder Fill(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Gets or sets the color of the text in the tooltip of the zoom toolbar.
Declaration
public MapsZoomToolbarTooltipSettingsBuilder FontColor(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Gets or sets the font family of the text in the tooltip of the zoom toolbar.
Declaration
public MapsZoomToolbarTooltipSettingsBuilder FontFamily(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Gets or sets the font opacity of the text in the tooltip of the zoom toolbar.
Declaration
public MapsZoomToolbarTooltipSettingsBuilder FontOpacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Gets or sets the size of the text in the tooltip of the zoom toolbar.
Declaration
public MapsZoomToolbarTooltipSettingsBuilder FontSize(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Gets or sets the font style of the text in the tooltip of the zoom toolbar.
Declaration
public MapsZoomToolbarTooltipSettingsBuilder FontStyle(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Gets or sets the font weight of the text in the tooltip of the zoom toolbar.
Declaration
public MapsZoomToolbarTooltipSettingsBuilder FontWeight(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Enables or disables the tooltip of the zoom toolbar.
Declaration
public MapsZoomToolbarTooltipSettingsBuilder Visible(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns