Class MapsSelectionSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
MapsSelectionSettingsBuilder
Namespace: Syncfusion.EJ2.Maps
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsSelectionSettingsBuilder : ControlBuilder
Constructors
MapsSelectionSettingsBuilder()
Declaration
public MapsSelectionSettingsBuilder()
MapsSelectionSettingsBuilder(MapsSelectionSettings)
Declaration
public MapsSelectionSettingsBuilder(MapsSelectionSettings model)
Parameters
Type | Name | Description |
---|---|---|
MapsSelectionSettings | model |
Methods
Border(MapsBorder)
Gets or sets the options for customizing the color and width of the border of selected shapes in maps.
Declaration
public MapsSelectionSettingsBuilder Border(MapsBorder value)
Parameters
Type | Name | Description |
---|---|---|
MapsBorder | value |
Returns
Border(Action<MapsBorderBuilder>)
Declaration
public MapsSelectionSettingsBuilder Border(Action<MapsBorderBuilder> border)
Parameters
Type | Name | Description |
---|---|---|
System.Action<MapsBorderBuilder> | border |
Returns
Enable(Boolean)
Enables or disables the selection for the layers, markers and bubbles in maps.
Declaration
public MapsSelectionSettingsBuilder Enable(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
EnableMultiSelect(Boolean)
Enables or disables the selection of multiple shapes in maps.
Declaration
public MapsSelectionSettingsBuilder EnableMultiSelect(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
Fill(String)
Gets or sets the color for the shape that is selected.
Declaration
public MapsSelectionSettingsBuilder Fill(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Opacity(Double)
Gets or sets the opacity for the shape that is selected.
Declaration
public MapsSelectionSettingsBuilder Opacity(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |