Class MapsHighlightSettingsBuilder
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 MapsHighlightSettingsBuilder : ControlBuilder
Constructors
MapsHighlightSettingsBuilder()
Declaration
public MapsHighlightSettingsBuilder()
MapsHighlightSettingsBuilder(MapsHighlightSettings)
Declaration
public MapsHighlightSettingsBuilder(MapsHighlightSettings model)
Parameters
Type | Name | Description |
---|---|---|
MapsHighlightSettings | model |
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
Type | Name | Description |
---|---|---|
MapsBorder | value |
Returns
Type | Description |
---|---|
MapsHighlightSettingsBuilder |
Border(Action<MapsBorderBuilder>)
Declaration
public MapsHighlightSettingsBuilder Border(Action<MapsBorderBuilder> border)
Parameters
Type | Name | Description |
---|---|---|
System.Action<MapsBorderBuilder> | border |
Returns
Type | Description |
---|---|
MapsHighlightSettingsBuilder |
Enable(Boolean)
Enables or disables the highlight settings for maps.
Declaration
public MapsHighlightSettingsBuilder Enable(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
Type | Description |
---|---|
MapsHighlightSettingsBuilder |
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
Type | Description |
---|---|
MapsHighlightSettingsBuilder |
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
Type | Description |
---|---|
MapsHighlightSettingsBuilder |