Class MapsFontSettings
Sets and gets the customization for the font setting for the maps control.
Inheritance
System.Object
MapsFontSettings
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsFontSettings : OwningComponentBase
Constructors
MapsFontSettings()
Declaration
public MapsFontSettings()
Properties
Color
Gets or sets the color for the text in data label, legend and other texts in maps component.
Declaration
public string Color { get; set; }
Property Value
Type |
---|
System.String |
FontFamily
Gets or sets the style of the text in data label, legend and other texts in maps component.
Declaration
public string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
FontStyle
Gets or sets the style of the text in data label, legend and other texts in maps component.
Declaration
public string FontStyle { get; set; }
Property Value
Type |
---|
System.String |
FontWeight
Gets or sets the font weight of the text in data label, legend and other texts in maps component.
Declaration
public string FontWeight { get; set; }
Property Value
Type |
---|
System.String |
Opacity
Gets or sets the opacity for the text in data label, legend and other texts in maps component.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
Size
Gets or sets the size for the text in data label, legend and other texts.
Declaration
public virtual 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 |