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