Class Style
Inheritance
System.Object
Style
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.Models
Assembly: Syncfusion.EJ.Pivot.dll
Syntax
public class Style
Constructors
Style()
Declaration
public Style()
Properties
BackgroundColor
Declaration
public string BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BorderColor
Declaration
public string BorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BorderStyle
Declaration
public string BorderStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BorderWidth
Declaration
public string BorderWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontSize
Declaration
public string FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontStyle
Declaration
public string FontStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String |