Class MapsFont
Inheritance
System.Object
MapsFont
Inherited Members
Namespace: Syncfusion.EJ2.Maps
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsFont : EJTagHelper
Constructors
MapsFont()
Declaration
public MapsFont()
Properties
Color
Sets and gets the color for the text in data label, legend and other texts in maps component.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
FontFamily
Sets and gets the style of the text in data label, legend and other texts in maps component.
Declaration
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontStyle
Sets and gets the style of the text in data label, legend and other texts in maps component.
Declaration
public string FontStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontWeight
Sets and gets 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 | Description |
---|---|
System.String |
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Opacity
Sets and gets the opacity for the text in data label, legend and other texts in maps component.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Size
Sets and gets the size for the text in data label, legend and other texts.
Declaration
public string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String |