Class NavigatorFont
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 NavigatorFont : EJTagHelper
Constructors
NavigatorFont()
Declaration
public NavigatorFont()
Properties
Color
Gets or sets the Font color
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Family
Gets or sets FontFamily
Declaration
[JsonProperty("family")]
public string Family { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontSize
Gets or sets FontSize
Declaration
[JsonProperty("size")]
public string FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Opacity
Gets or sets Opacity
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Style
Gets or sets FontStyle
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("style")]
public RangeNavigatorFontStyle Style { get; set; }
Property Value
Type | Description |
---|---|
RangeNavigatorFontStyle |
Weight
Gets or sets the FontWeight
Declaration
[JsonProperty("weight")]
[JsonConverter(typeof(StringEnumConverter))]
public RangeNavigatorFontWeight Weight { get; set; }
Property Value
Type | Description |
---|---|
RangeNavigatorFontWeight |