Class LegendRenderingEventArgs
Specifies the event arguments for the legend rendering event in maps.
Inherited Members
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class LegendRenderingEventArgs : MapsBaseEventArgs
Constructors
LegendRenderingEventArgs()
Declaration
public LegendRenderingEventArgs()
Properties
Fill
Gets or sets the color for the shape of legend in event argument.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
Shape
Gets or sets the shape of the legend in maps.
Declaration
public LegendShape Shape { get; set; }
Property Value
Type | Description |
---|---|
LegendShape | One of the LegendShape enumeration values that represents the shape of legend. |
Text
Gets or sets the text for legend.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |