Class MapsInitialShapeSelectionBuilder
Inheritance
System.Object
MapsInitialShapeSelectionBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsInitialShapeSelectionBuilder : ControlBuilder
Constructors
MapsInitialShapeSelectionBuilder()
Declaration
public MapsInitialShapeSelectionBuilder()
MapsInitialShapeSelectionBuilder(List<MapsInitialShapeSelection>)
Declaration
public MapsInitialShapeSelectionBuilder(List<MapsInitialShapeSelection> collection)
Parameters
Methods
Add()
Declaration
ShapePath(String)
Sets and gets 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)
Sets and gets the value for the shape from data source in maps.
Declaration
public MapsInitialShapeSelectionBuilder ShapeValue(string shapeValue)
Parameters
Type |
Name |
Description |
System.String |
shapeValue |
|
Returns