Class MapFont
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class MapFont : EJTagHelper
Constructors
MapFont()
Declaration
public MapFont()
Properties
Color
Gets or sets the font Color
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontFamily
Gets or sets the FontFamily
Declaration
[JsonProperty("fontFamily")]
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontSize
Gets or sets the font Size
Declaration
[JsonProperty("size")]
public string FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontStyle
Gets or sets the FontStyle
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("fontStyle")]
public MapFontStyle FontStyle { get; set; }
Property Value
Type | Description |
---|---|
MapFontStyle |
FontWeight
Gets or sets the FontWeight
Declaration
[JsonProperty("fontWeight")]
[JsonConverter(typeof(StringEnumConverter))]
public MapFontWeight FontWeight { get; set; }
Property Value
Type | Description |
---|---|
MapFontWeight |
Opacity
Gets or sets the font Opacity
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |