Class FrameProperties
Inheritance
System.Object
FrameProperties
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 FrameProperties : IReportDispose, IDisposable
Constructors
FrameProperties()
Declaration
public FrameProperties()
Properties
BackgroundGradientEndcolor
Declaration
public string BackgroundGradientEndcolor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BackgroundGradientType
Declaration
public string BackgroundGradientType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BackgroundHatchType
Declaration
public string BackgroundHatchType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BorderColor
Declaration
public string BorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BorderWidth
Declaration
public double BorderWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FrameColor
Declaration
public string FrameColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FrameImage
Declaration
public string FrameImage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FrameShape
Declaration
public string FrameShape { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FrameStyle
Declaration
public string FrameStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FrameWidth
Declaration
public double FrameWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable