Class MapsInitialShapeSelection
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
MapsInitialShapeSelection
Namespace: Syncfusion.EJ2.Maps
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsInitialShapeSelection : EJTagHelper
Constructors
MapsInitialShapeSelection()
Declaration
public MapsInitialShapeSelection()
Properties
ShapePath
Gets or sets the property name from the data source in maps.
Declaration
public string ShapePath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
ShapeValue
Gets or sets the value from the data source which is bound to the shape in maps.
Declaration
public string ShapeValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |