menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class MapsSelectionSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    MapsSelectionSettings
    BubbleSettingsSelectionSettingsBubbleSettings
    LayerSettingsSelectionSettingsLayers
    NavigationLineSettingsSelectionSettingsNavigationLineSettings
    PolygonSettingsSelectionSettingsPolygonSettings
    Namespace: Syncfusion.EJ2.Maps
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class MapsSelectionSettings : EJTagHelper

    Constructors

    MapsSelectionSettings()

    Declaration
    public MapsSelectionSettings()

    Properties

    Border

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

    Declaration
    public MapsBorder Border { get; set; }
    Property Value
    Type Description
    MapsBorder

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Enable

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

    Declaration
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    EnableMultiSelect

    Enables or disables the selection of multiple shapes in maps.

    Declaration
    public bool EnableMultiSelect { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    Fill

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

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Opacity

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

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 1

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved