Class MapsInitialShapeSelectionBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
MapsInitialShapeSelectionBuilder
Namespace: Syncfusion.EJ2.Maps
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsInitialShapeSelectionBuilder : ControlBuilder
Constructors
MapsInitialShapeSelectionBuilder()
Declaration
public MapsInitialShapeSelectionBuilder()
MapsInitialShapeSelectionBuilder(List<MapsInitialShapeSelection>)
Declaration
public MapsInitialShapeSelectionBuilder(List<MapsInitialShapeSelection> collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<MapsInitialShapeSelection> | collection |
Methods
Add()
Declaration
public void Add()
ShapePath(String)
Gets or sets the property name from the data source in maps.
Declaration
public MapsInitialShapeSelectionBuilder ShapePath(string shapePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | shapePath |
Returns
ShapeValue(String)
Gets or sets the value from the data source which is bound to the shape in maps.
Declaration
public MapsInitialShapeSelectionBuilder ShapeValue(string shapeValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | shapeValue |