ASP.NET MVC - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsSelectionSettingsBuilder

    Show / Hide Table of Contents

    Class MapsSelectionSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    MapsSelectionSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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)

    Sets and gets 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 Description
    MapsSelectionSettingsBuilder

    Border(Action<MapsBorderBuilder>)

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

    Enable(Boolean)

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

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

    EnableMultiSelect(Boolean)

    Enables or disables the selection for many shapes in maps.

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

    Fill(String)

    Sets and gets the color for the shape that is selected.

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

    Opacity(Double)

    Sets and gets the opacity for the shape that is selected.

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