Class BorderProperties
Inheritance
System.Object
BorderProperties
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 BorderProperties : IReportDispose, IDisposable
Constructors
BorderProperties()
Declaration
public BorderProperties()
Properties
BorderBrush
Declaration
public string BorderBrush { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BorderStyle
Declaration
public string BorderStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Thickness
Declaration
public double Thickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable