Class ShapeRenderingEventArgs
Specifies the event arguments in shape rendering event in maps.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class ShapeRenderingEventArgs : MapsBaseEventArgs
Constructors
ShapeRenderingEventArgs()
Declaration
public ShapeRenderingEventArgs()
Properties
Border
Defines the color and width of the border for the current shape in event argument.
Declaration
public MapsBorderSettings Border { get; set; }
Property Value
Type | Description |
---|---|
MapsBorderSettings |
Data
Defines the data for the shape from the data source in event argument.
Declaration
public Dictionary<string, string> Data { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
Fill
Defines the color for the current shape in event argument.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Index
Defines the index value of shape rendering in the map.
Declaration
public double Index { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Shape
Defines the current shape settings in event argument.
Declaration
public MapsShapeSettings Shape { get; set; }
Property Value
Type | Description |
---|---|
MapsShapeSettings |