Blazor

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

    Show / Hide Table of Contents

    Class ShapeSelectedEventArgs

    Specifies the event arguments for shape selected event in maps.

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

    Constructors

    ShapeSelectedEventArgs()

    Declaration
    public ShapeSelectedEventArgs()

    Properties

    Border

    Gets or sets the color and width of the border for the selected element in maps.

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

    Data

    Gets or sets the data source for the currently clicked shape.

    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 for the selected 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 in maps.

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

    ShapeData

    Gets or sets the shapeData for the currently clicked shape.

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

    Target

    Gets or sets the id string of current mouse event target.

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