Class MapsHighlightSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
MapsHighlightSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsHighlightSettingsBuilder : ControlBuilder
Constructors
MapsHighlightSettingsBuilder()
Declaration
public MapsHighlightSettingsBuilder()
MapsHighlightSettingsBuilder(MapsHighlightSettings)
Declaration
public MapsHighlightSettingsBuilder(MapsHighlightSettings model)
Parameters
Methods
Border(MapsBorder)
Gets or sets the options for customizing the style properties of the border of the highlighted shapes in maps.
Declaration
public MapsHighlightSettingsBuilder Border(MapsBorder value)
Parameters
Returns
Border(Action<MapsBorderBuilder>)
Declaration
public MapsHighlightSettingsBuilder Border(Action<MapsBorderBuilder> border)
Parameters
Returns
Enable(Boolean)
Enables or disables the highlight functionality of the layers in maps.
Declaration
public MapsHighlightSettingsBuilder Enable(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Fill(String)
Gets or sets the color for the shapes on which the mouse has hovered in maps.
Declaration
public MapsHighlightSettingsBuilder Fill(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Opacity(Double)
Gets or sets the opacity for the highlighted shapes in maps.
Declaration
public MapsHighlightSettingsBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns