Class ShapeRenderingEventArgs
Specifies the event arguments in shape rendering event in maps.
Inherited Members
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class ShapeRenderingEventArgs : MapsBaseEventArgs
Constructors
ShapeRenderingEventArgs()
Declaration
public ShapeRenderingEventArgs()
Properties
Data
Gets or sets the data for the shape from the data source in event argument.
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 current shape in event argument.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
Index
Gets or sets the index value of shape rendering in the map.
Declaration
public double Index { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the double value. |