Class LegendRenderingEventArgs
Specifies the event arguments for the legend rendering event in maps.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class LegendRenderingEventArgs : MapsBaseEventArgs
Constructors
LegendRenderingEventArgs()
Declaration
public LegendRenderingEventArgs()
Properties
Fill
Defines the color for the shape of legend in event argument.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Shape
Defines the shape of the legend in maps.
Declaration
public LegendShape Shape { get; set; }
Property Value
Type | Description |
---|---|
LegendShape |
ShapeBorder
Defines the options for customizing the color and width of the shape in legend.
Declaration
public MapsBorderSettings ShapeBorder { get; set; }
Property Value
Type | Description |
---|---|
MapsBorderSettings |
Text
Defines the text for legend.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |