Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionEventArgs - Blazor API Reference | Syncfusion

    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
    MapsBaseEventArgs.Name
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SelectionEventArgs : MapsBaseEventArgs

    Constructors

    SelectionEventArgs()

    Declaration
    public SelectionEventArgs()

    Properties

    Border

    Defines the color and width of the border for the selected shape in maps.

    Declaration
    public MapsBorderSettings Border { get; set; }
    Property Value
    Type Description
    MapsBorderSettings

    Data

    Defines 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

    Defines the color while selecting the shape in maps.

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

    Opacity

    Defines the opacity for the selected shape.

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

    ShapeData

    Defines 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

    Defines 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 - 2021 Syncfusion Inc. All Rights Reserved