Class MapsLayerMarkerClusterLabelStyle
Gets or sets the options to customize the style of the text in data-labels in maps component.
Inheritance
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsLayerMarkerClusterLabelStyle : OwningComponentBase
Constructors
MapsLayerMarkerClusterLabelStyle()
Declaration
public MapsLayerMarkerClusterLabelStyle()
Properties
ChildContent
Gets or sets the content of the UI element.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment |
Color
Gets or sets the color of the label in the cluster.
Declaration
public string Color { get; set; }
Property Value
Type |
---|
System.String |
FontFamily
Gets or sets the font family of the label in the cluster.
Declaration
public string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
FontStyle
Gets or sets the font style of the label in the cluster.
Declaration
public string FontStyle { get; set; }
Property Value
Type |
---|
System.String |
FontWeight
Gets or sets the font weight of the label in the cluster.
Declaration
public string FontWeight { get; set; }
Property Value
Type |
---|
System.String |
Opacity
Gets or sets the opacity of the label in the cluster.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
Size
Gets or sets the size of the label in the cluster.
Declaration
public string Size { get; set; }
Property Value
Type |
---|
System.String |
Methods
Dispose(Boolean)
Disposes the property values during the destroy of the component that is hold up for the execution of the component.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
OnInitializedAsync method is called when the component has received its initial parameters.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | System.Threading.Tasks.Task representing the asynchronous operation. |
OnParametersSetAsync()
OnParametersSetAsync is a lifecycle method that is invoked when the component has received parameters, and the incoming values have been assigned to the properties.
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | System.Threading.Tasks.Task representing the asynchronous operation. |