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 MapsSelectionSettings

    Show / Hide Table of Contents

    Class MapsSelectionSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    MapsSelectionSettings
    BubbleSettingsSelectionSettingsBubbleSettings
    LayerSettingsSelectionSettingsLayers
    NavigationLineSettingsSelectionSettingsNavigationLineSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    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 MapsSelectionSettings : EJTagHelper

    Constructors

    MapsSelectionSettings()

    Declaration
    public MapsSelectionSettings()

    Properties

    Border

    Sets and gets the options for customizing the color and width of the border of selected shapes in maps.

    Declaration
    [HtmlAttributeName("border")]
    public MapsBorder Border { get; set; }
    Property Value
    Type Description
    MapsBorder

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Enable

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

    Declaration
    [HtmlAttributeName("enable")]
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableMultiSelect

    Enables or disables the selection for many shapes in maps.

    Declaration
    [HtmlAttributeName("enableMultiSelect")]
    public bool EnableMultiSelect { get; set; }
    Property Value
    Type Description
    System.Boolean

    Fill

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

    Declaration
    [HtmlAttributeName("fill")]
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    Opacity

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

    Declaration
    [HtmlAttributeName("opacity")]
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved