Class LabelRenderingEventArgs
Specifies the event argument for label rendering event in maps.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class LabelRenderingEventArgs : MapsBaseEventArgs
Constructors
LabelRenderingEventArgs()
Declaration
public LabelRenderingEventArgs()
Properties
Border
Defines the color and width of the border for the data-label in event argument.
Declaration
public MapsLayerDataLabelBorder Border { get; set; }
Property Value
Type | Description |
---|---|
MapsLayerDataLabelBorder |
Fill
Defines the color for the data-label in event argument.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Template
Defines the template for the data-label.
Declaration
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Defines the text for the data-label in event argument.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |