Class MapsFontBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
MapsFontBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsFontBuilder : ControlBuilder
Constructors
MapsFontBuilder()
Declaration
MapsFontBuilder(MapsFont)
Declaration
public MapsFontBuilder(MapsFont model)
Parameters
Methods
Color(String)
Gets or sets the color for the text in data label, legend and other texts in maps.
Declaration
public MapsFontBuilder Color(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
FontFamily(String)
Gets or sets the font family of the text in data label, legend and other texts in maps.
Declaration
public MapsFontBuilder FontFamily(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
FontStyle(String)
Gets or sets the style of the text in data label, legend and other texts in maps.
Declaration
public MapsFontBuilder FontStyle(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
FontWeight(String)
Gets or sets the font weight of the text in data label, legend and other texts in maps.
Declaration
public MapsFontBuilder FontWeight(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Opacity(Double)
Gets or sets the opacity for the text in data label, legend and other texts in maps.
Declaration
public MapsFontBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Size(String)
Gets or sets the size for the text in data label, legend and other texts.
Declaration
public MapsFontBuilder Size(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns