Class SelectionEventArgs
Specifies the event arguments for item selection event in maps.
Inherited Members
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 |
---|
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 | Accepts the string value. |
Opacity
Gets or sets the opacity for the selected shape.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the double value. |
ShapeData
Gets or sets the shape data for the maps.
Declaration
public Dictionary<string, string> ShapeData { get; set; }
Property Value
Type |
---|
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 | Accepts the string value. |