Class MapsFontBuilder
Inheritance
System.Object
MapsFontBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsFontBuilder : ControlBuilder
Constructors
MapsFontBuilder()
Declaration
MapsFontBuilder(MapsFont)
Declaration
public MapsFontBuilder(MapsFont model)
Parameters
Methods
Color(String)
Sets and gets the color for the text in data label, legend and other texts in maps component.
Declaration
public MapsFontBuilder Color(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
FontFamily(String)
Sets and gets the style of the text in data label, legend and other texts in maps component.
Declaration
public MapsFontBuilder FontFamily(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
FontStyle(String)
Sets and gets the style of the text in data label, legend and other texts in maps component.
Declaration
public MapsFontBuilder FontStyle(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
FontWeight(String)
Sets and gets the font weight of the text in data label, legend and other texts in maps component.
Declaration
public MapsFontBuilder FontWeight(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Opacity(Double)
Sets and gets the opacity for the text in data label, legend and other texts in maps component.
Declaration
public MapsFontBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Size(String)
Sets and gets 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