menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeSelectedEventArgs - API Reference

    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

    An instance of the MapsBorderSettings class that specifies the color and width of the selected element's border.

    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

    Accepts the string value.

    Opacity

    Gets or sets the opacity for the selected shape in maps.

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

    Accepts the double value.

    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

    Accepts the string value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved