Class ShapeSelectedEventArgs
Specifies the event arguments for shape selected event in maps.
Inherited Members
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 |
---|
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 |
---|
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. |