Class MapsHighlightSettingsBuilder
Inheritance
System.Object
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)
Sets and gets the options for customizing the color and width of the border for 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 settings for maps.
Declaration
public MapsHighlightSettingsBuilder Enable(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Fill(String)
Sets and gets 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)
Sets and gets the opacity for the highlighted shapes in maps.
Declaration
public MapsHighlightSettingsBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns