alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class MapsSelectionSettings

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

    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    MapsSelectionSettings
    MapsBubbleSelectionSettings
    MapsMarkerSelectionSettings
    MapsNavigationLineSelectionSettings
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    OwningComponentBase.Dispose(bool)
    OwningComponentBase.IsDisposed
    OwningComponentBase.ScopedServices
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MapsSelectionSettings : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

    Constructors

    MapsSelectionSettings()

    Declaration
    public MapsSelectionSettings()

    Properties

    Enable

    Gets or sets a value indicating whether selection is enabled on the maps.

    Declaration
    [Parameter]
    public bool Enable { get; set; }
    Property Value
    Type Description
    bool

    A boolean value indicating whether shape selection options are enabled. The default is false.

    Remarks

    When this property is set to true, users can select shapes on the map.

    EnableMultiSelect

    Gets or sets a value indicating whether multiple shapes can be selected in the maps.

    Declaration
    [Parameter]
    public bool EnableMultiSelect { get; set; }
    Property Value
    Type Description
    bool

    A boolean value indicating if multiple shape selection is enabled. The default is false.

    Remarks

    Enable this property if you want to allow selection of multiple shapes on the map simultaneously.

    Fill

    Gets or sets the fill color for the selected shape.

    Declaration
    [Parameter]
    public string Fill { get; set; }
    Property Value
    Type Description
    string

    A string value that specifies the color used to fill a selected shape.

    Remarks

    The fill color can be defined using CSS color values such as hex, rgb, rgba, or named colors.

    Opacity

    Gets or sets the opacity for the selected shape.

    Declaration
    [Parameter]
    public double Opacity { get; set; }
    Property Value
    Type Description
    double

    A double value between 0 and 1 that indicates the opacity level of the selected shape. The default value is 1.

    Remarks

    Set the opacity value to control the transparency level of the fill applied to selected shapes.

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved