Class BorderStyle
Inheritance
System.Object
BorderStyle
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.EJ.ReportViewer.JsonModel
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class BorderStyle : IReportDispose, IDisposable
Constructors
BorderStyle()
Declaration
public BorderStyle()
Properties
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 double BorderWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable