Class LabelFontStyle
class contains a label's font style properties.
Inheritance
System.Object
LabelFontStyle
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.Collections
Assembly: Syncfusion.EJ.dll
Syntax
public class LabelFontStyle
Constructors
LabelFontStyle()
Declaration
public LabelFontStyle()
Properties
Bold
Declaration
public bool Bold { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Italic
Declaration
public bool Italic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
None
Declaration
public bool None { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Underline
Declaration
public bool Underline { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |