Blazor

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

    Show / Hide Table of Contents

    Class SelectionEventArgs

    Specifies the event arguments for item selection event in maps.

    Inheritance
    System.Object
    MapsBaseEventArgs
    SelectionEventArgs
    Inherited Members
    MapsBaseEventArgs.Cancel
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SelectionEventArgs : MapsBaseEventArgs

    Constructors

    SelectionEventArgs()

    Declaration
    public SelectionEventArgs()

    Properties

    Data

    Gets or sets the data from the data source.

    Declaration
    public Dictionary<string, string> Data { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    Fill

    Gets or sets the color while selecting the shape in maps.

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

    Opacity

    Gets or sets the opacity for the selected shape.

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

    ShapeData

    Gets or sets the shape data for the maps.

    Declaration
    public Dictionary<string, string> ShapeData { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    Target

    Gets or sets current mouse event target id.

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