menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class MapsSelectionSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    MapsSelectionSettingsBuilder
    Namespace: Syncfusion.EJ2.Maps
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class MapsSelectionSettingsBuilder : ControlBuilder

    Constructors

    MapsSelectionSettingsBuilder()

    Declaration
    public MapsSelectionSettingsBuilder()

    MapsSelectionSettingsBuilder(MapsSelectionSettings)

    Declaration
    public MapsSelectionSettingsBuilder(MapsSelectionSettings model)
    Parameters
    Type Name Description
    MapsSelectionSettings model

    Methods

    Border(MapsBorder)

    Gets or sets the options for customizing the color and width of the border of selected shapes in maps.

    Declaration
    public MapsSelectionSettingsBuilder Border(MapsBorder value)
    Parameters
    Type Name Description
    MapsBorder value
    Returns
    Type
    MapsSelectionSettingsBuilder

    Border(Action<MapsBorderBuilder>)

    Declaration
    public MapsSelectionSettingsBuilder Border(Action<MapsBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<MapsBorderBuilder> border
    Returns
    Type
    MapsSelectionSettingsBuilder

    Enable(Boolean)

    Enables or disables the selection for the layers, markers and bubbles in maps.

    Declaration
    public MapsSelectionSettingsBuilder Enable(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    MapsSelectionSettingsBuilder

    EnableMultiSelect(Boolean)

    Enables or disables the selection of multiple shapes in maps.

    Declaration
    public MapsSelectionSettingsBuilder EnableMultiSelect(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    MapsSelectionSettingsBuilder

    Fill(String)

    Gets or sets the color for the shape that is selected.

    Declaration
    public MapsSelectionSettingsBuilder Fill(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    MapsSelectionSettingsBuilder

    Opacity(Double)

    Gets or sets the opacity for the shape that is selected.

    Declaration
    public MapsSelectionSettingsBuilder Opacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    MapsSelectionSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved