menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsInitialShapeSelectionBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Type
    MapsInitialShapeSelectionBuilder

    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
    Returns
    Type
    MapsInitialShapeSelectionBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved