Blazor

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

    Gets or sets the option for customized the selection of shape in maps.

    Inheritance
    System.Object
    MapsSelectionSettings
    MapsBubbleSelectionSettings
    MapsMarkerSelectionSettings
    MapsNavigationLineSelectionSettings
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MapsSelectionSettings : OwningComponentBase

    Constructors

    MapsSelectionSettings()

    Declaration
    public MapsSelectionSettings()

    Properties

    Enable

    Gets or sets a value indicating whether or not to enable selection in the maps.

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

    EnableMultiSelect

    Gets or sets a value indicating whether or not to enable multiple selection in the maps.

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

    Fill

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

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

    Opacity

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

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved