ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class MapsInitialShapeSelectionBuilder

    Inheritance
    System.Object
    ControlBuilder
    MapsInitialShapeSelectionBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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)

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

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