Class PdfTreeGridStyleBase
Implements
System.ICloneable
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.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public abstract class PdfTreeGridStyleBase : ICloneable
Constructors
PdfTreeGridStyleBase()
Declaration
protected PdfTreeGridStyleBase()
Properties
BackgroundBrush
Gets or sets the background brush.
Declaration
public PdfBrush BackgroundBrush { get; set; }
Property Value
Type | Description |
---|---|
PdfBrush | The background brush. |
Font
Gets or sets the font.
Declaration
public PdfFont Font { get; set; }
Property Value
Type | Description |
---|---|
PdfFont | The font. |
TextBrush
Gets or sets the text brush.
Declaration
public PdfBrush TextBrush { get; set; }
Property Value
Type | Description |
---|---|
PdfBrush | The text brush. |
TextPen
Gets or sets the text pen.
Declaration
public PdfPen TextPen { get; set; }
Property Value
Type | Description |
---|---|
PdfPen | The text pen. |
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object | A new object that is a copy of this instance. |
Implements
System.ICloneable